We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84741fd commit 935b152Copy full SHA for 935b152
CONTRIBUTING.md
@@ -103,8 +103,8 @@ Writing good commit logs is important. A commit log should describe what
103
changed and why. Follow these guidelines when writing one:
104
105
1. The first line should:
106
- - contain a short description of the change
107
- - be 50 characters or less
+ - contain a short description of the change (preferably 50 characters or less,
+ and no more than 72 characters)
108
- be entirely in lowercase with the exception of proper nouns, acronyms, and
109
the words that refer to code, like function/variable names
110
- be prefixed with the name of the changed subsystem and start with an
0 commit comments