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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
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)