1 # Contributing to Junction
3 At this moment Junction is more of a hobby project and we want to keep the
4 scope and feature set small, however bugfixes and improvements are appreciated!
6 ## Types of contribution that are welcome
9 - Reliability improvements
11 - Tooling improvements
13 For other type of contributions, such as new features, please make proposals
14 in the [junction-devel][junction-devel] mailing list first.
18 Above All: Be nice, always.
20 Before submitting a patch, make sure:
22 - You run `make format` before submitting.
23 - Make sure you test the work.
25 ## How to send patches
27 Send the patch to the [junction-deve][junction-devel] mailing list. See
28 [git-send-email.io][git-send-email] for more information on how.
30 [junction-devel]: https://lists.sr.ht/~rbdr/junction-devel
31 [git-send-email]: https://git-send-email.io/