Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit b9d7269

Browse files
jasnellQard
authored andcommitted
doc: slightly relax 50 character rule
Allow commit message first line to exceed 50 chars if necessary PR-URL: nodejs/node#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 1f8801d commit b9d7269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ $ git commit
8585
The commit message should describe what changed and why.
8686

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

0 commit comments

Comments
 (0)