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