This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
nwt/CONTRIBUTING.md

24 lines
964 B
Markdown
Raw Permalink Normal View History

2021-11-29 21:30:06 -05:00
# Contributing
Subscribe to [this mailing list](https://lists.sr.ht/~earnestma/nwt-announce/) for announcements and new release notes.
## Support
- Matrix space: [#earne:envs.net](https://matrix.to/#/#earne:envs.net)
- Mailing list: https://lists.sr.ht/~earnestma/nwt-devel
## Issues
Discuss on the above spaces and open a [ticket here](https://todo.sr.ht/~earnestma/nwt).
## Patches
2021-11-30 09:33:43 -05:00
If you adding a new feature or documentation, please remember to also send a patch against [nwt-docs](https://git.sr.ht/~earnestma/nwt-docs).
2021-11-29 21:30:06 -05:00
If you need more help sending patches, you may take a look at [this guide](https://git-send-email.io/).
- Clone the repository and move into that directory
- Set `git config format.subjectPrefix "PATCH repo-name"` correctly
- Make your change(s), test if needed, and commit it
- Use `git send-email` to send it to `~earnestma/nwt-devel@lists.sr.ht`! Feel free to send multiple commits in order and with a cover letter if needed.