File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -397,14 +397,14 @@ A good commit message should describe what changed and why.
397
397
398
398
1 . The first line should:
399
399
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
400
403
* contain a short description of the change (preferably 50 characters or less,
401
404
and no more than 72 characters)
402
405
* be entirely in lowercase with the exception of proper nouns, acronyms, and
403
406
the words that refer to code, like function/variable names
404
- * start with an imperative verb
405
407
* 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
408
408
409
409
Examples:
410
410
You can’t perform that action at this time.
0 commit comments