You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every contribution is required to be GPLv2 (or compatible) licensed (see COPYING). If you don't specify any license GPLv2 will be assumed.
8
+
9
+
## How to contribute code changes
10
+
11
+
Please fork the repository, implement your changes in a branch and then submit a pull request.
12
+
13
+
In that pull request you should...
14
+
- explain what exactly your change does
15
+
- why it does that
16
+
- assign yourself
17
+
- assign matching tags
18
+
19
+
Ideally you would create an issue before, assigning it to yourself and reference it in your pull request but that is not a hard requirement.
20
+
21
+
## How to contribute documentation
22
+
23
+
The Wiki should be editable by anyone, feel free to just work on it. In case you want to work on the manpages: these are managed in code - see "How to contribute code changes"
0 commit comments