1
0
mirror of https://github.com/bk138/gromit-mpx.git synced 2021-05-25 12:43:10 +03:00

CONTRIBUTING: first version

This commit is contained in:
Christian Beier
2021-01-09 13:16:32 +01:00
committed by GitHub
parent a0328c896e
commit 6a3025e12f

5
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,5 @@
# Pull Requests
* DON't submit one huge commit with all changes, DO try to make commits as atomic as possible.
* DO prefix commits messages with subsystem touched, for example "config: added new key".
* DON'T end commit messages with a period.
* DO formulate commit messages so they complete the sentence "When applied, this commit will ...".