Skip to content

Commit ef1d25f

Browse files
committed
docs: clarify commit message requirements
1 parent dbd9ec6 commit ef1d25f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,14 @@ A good commit message should describe what changed and why.
397397

398398
1. The first line should:
399399

400+
* be prefixed with the name of the module being changed; usually this is the
401+
same as the M-* label on the PR
402+
* start with an imperative verb
400403
* contain a short description of the change (preferably 50 characters or less,
401404
and no more than 72 characters)
402405
* be entirely in lowercase with the exception of proper nouns, acronyms, and
403406
the words that refer to code, like function/variable names
404-
* start with an imperative verb
405407
* not have a period at the end
406-
* be prefixed with the name of the module being changed; usually this is the
407-
same as the M-* label on the PR
408408

409409
Examples:
410410

0 commit comments

Comments
 (0)