Skip to content

Commit e892a34

Browse files
jasnellMylesBorins
authored andcommitted
doc: slightly relax 50 character rule
Allow commit message first line to exceed 50 chars if necessary PR-URL: #16523 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent cef0d2a commit e892a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Writing good commit logs is important. A commit log should describe what
103103
changed and why. Follow these guidelines when writing one:
104104

105105
1. The first line should:
106-
- contain a short description of the change
107-
- be 50 characters or less
106+
- contain a short description of the change (preferably 50 characters or less,
107+
and no more than 72 characters)
108108
- be entirely in lowercase with the exception of proper nouns, acronyms, and
109109
the words that refer to code, like function/variable names
110110
- be prefixed with the name of the changed subsystem and start with an

0 commit comments

Comments
 (0)