Skip to content

Commit b93275e

Browse files
jasnellgibfahn
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 98b9705 commit b93275e

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
@@ -309,8 +309,8 @@ notes about [commit squashing](#commit-squashing)).
309309
A good commit message should describe what changed and why.
310310

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

0 commit comments

Comments
 (0)