File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ For more information see [Chris Beams article](https://chris.beams.io/posts/git-
9292TL;DR
9393
94941 . Separate subject from body with a blank line.
95- 2 . Add the issue number at beginning of to the subject line (e.g. "#42 Adds the Answer to the Live, Universe, and the Rest")
96- 2 . Limit the subject line to 50 characters.
97- 3 . Capitalize the subject line.
98- 4 . Do not end the subject line with a period.
99- 5 . Use the imperative mood in the subject line.
100- 6 . Wrap the body at 72 characters.
101- 7 . Use the body to explain what and why (not how because this is obvious from the diff).
95+ 2 . Add the issue number at beginning of to the subject line (e.g. "#42 Add the Answer to the Live, Universe, and the Rest")
96+ 3 . Limit the subject line to 50 characters.
97+ 4 . Capitalize the subject line.
98+ 5 . Do not end the subject line with a period.
99+ 6 . Use the imperative mood in the subject line.
100+ 7 . Wrap the body at 72 characters.
101+ 8 . Use the body to explain what and why (not how because this is obvious from the diff).
102102
103103** NOTE** : Make sure you don't include ` @mentions ` or ` fixes ` keywords in your git commit messages. These should be included in the PR body instead.
104104
You can’t perform that action at this time.
0 commit comments