We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf76f3 commit d6d73caCopy full SHA for d6d73ca
docs/source/development.rst
@@ -39,3 +39,17 @@ Development
39
.. code-block:: bash
40
41
./precommit.py --overwrite
42
+
43
44
+Commit Message Style
45
+--------------------
46
47
+Use the following guidelines for commit message.
48
49
+* Past tense in the subject & body
50
+* Max. 50 characters subject
51
+* Max. 72 characters line length in the body (multiple lines are ok)
52
+* Past tense in the body
53
+* Have separate commits for the releases where the important changes are highlighted
54
55
+See examples from past commits at https://github.com/Parquery/icontract/commits/master/
0 commit comments