Skip to content

Commit 1d04fbc

Browse files
Update CONTRIBUTING.md
Co-authored-by: Boris Shek <152714414+BorisShek@users.noreply.github.com> Signed-off-by: Sven Strittmatter <ich@weltraumschaf.de>
1 parent ec3ee5a commit 1d04fbc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ For more information see [Chris Beams article](https://chris.beams.io/posts/git-
9292
TL;DR
9393

9494
1. 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

0 commit comments

Comments
 (0)