We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd9ec6 commit ef1d25fCopy full SHA for ef1d25f
CONTRIBUTING.md
@@ -397,14 +397,14 @@ A good commit message should describe what changed and why.
397
398
1. The first line should:
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
403
* contain a short description of the change (preferably 50 characters or less,
404
and no more than 72 characters)
405
* be entirely in lowercase with the exception of proper nouns, acronyms, and
406
the words that refer to code, like function/variable names
- * start with an imperative verb
407
* not have a period at the end
- * be prefixed with the name of the module being changed; usually this is the
- same as the M-* label on the PR
408
409
Examples:
410
0 commit comments