-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
Iosif Miclaus edited this page Dec 3, 2016
·
6 revisions
Please add a short, concise commit message describing what the commit does, following this example:
Concentrated change:
Add short, concise commit message (see #1)
Multiple changes:
Multiple improvements
* Add short, concise commit message for first change (see #1)
* Fix short, concise commit message for second change (see #2)
* Update short, concise commit message for third change (see #3)
* Code revision
Notes:
- If there are no related issues, leave the issue reference part out.
- If there are more related issues, reference these one by one, separated by a
,
- Close issues by writing e.g.
close #1
in the commit message.