Skip to content

Commit ce3999d

Browse files
authored
Add CONTRIBUTING (#268)
* Add CONTRIBUTING * Refine CONTRIBUTING
1 parent 940a9e1 commit ce3999d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CONTRIBUTING

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributing
2+
3+
## Basics
4+
5+
You want to contribute? Awesome! Thanks for that!
6+
7+
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"
24+
25+
## How to suggest new features
26+
27+
Please create an issue.

0 commit comments

Comments
 (0)