mirror of
https://github.com/kawasaki/pyscrlink.git
synced 2025-07-21 17:41:18 +02:00
Create CONTRIBUTING.md
This commit is contained in:
committed by
GitHub
parent
3a68a0109e
commit
cc3d88eb51
18
CONTRIBUTING.md
Normal file
18
CONTRIBUTING.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
Contributions to the project are always welcome!
|
||||||
|
Though there is no strict rule on how to contribute, following points will help to merge your changes smoothly.
|
||||||
|
(Some of them are quote from Linux patch submit guide. :)
|
||||||
|
|
||||||
|
CODE
|
||||||
|
----
|
||||||
|
- Separate commits so that each comit has single purpose: it is good to separate "bug fix", "new feature" and "spelling fix".
|
||||||
|
- The preferred limit on the length of a single line is 80 columns.
|
||||||
|
|
||||||
|
COMMIT MESSAGE
|
||||||
|
--------------
|
||||||
|
- Write short description in the first line with format "CHANGE_TARGET: SHORT_CHANGE_DESCRIPTION",
|
||||||
|
e.g. "BLESession: Support multiple Bluetooth adapters" or "BLESession.matches: Support namePrefix
|
||||||
|
in matching filters".
|
||||||
|
- Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
|
||||||
|
instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy
|
||||||
|
to do frotz", as if you are giving orders to the codebase to change
|
||||||
|
its behaviour.
|
Reference in New Issue
Block a user