kiwmi/CONTRIBUTING.txt

21 lines
688 B
Text
Raw Normal View History

2019-10-16 17:13:20 +00:00
Contribution Guidelines
=======================
2019-12-22 02:20:08 +00:00
NOTE: contributing implies that your contributions get licensed under the terms of MPL 2.0.
2019-10-16 17:13:20 +00:00
2019-12-22 02:20:08 +00:00
Opening Issues
2019-10-16 17:13:20 +00:00
--------------
- Make sure you have a GitHub account.
- Include steps to reproduce, if it is a bug.
- Include information on what version you are using.
2019-12-22 02:20:08 +00:00
Submit Changes
2019-10-16 17:13:20 +00:00
--------------
2019-12-22 02:20:08 +00:00
Commit messages should be both clear and descriptive.
If possible they should start with the verb that describes the change.
2019-10-16 17:13:20 +00:00
Don't be shy to include additional information, like motivation, for that change below the initial line.
2019-12-22 02:20:08 +00:00
Other developers should be able to understand why a change occurred, when looking at it at a later point in time.