Skip to content

Commit 1c2e065

Browse files
committed
Change list style
1 parent 0d0fb09 commit 1c2e065

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ When contributing to this project, please follow the provided guidelines.
5151
## Git
5252

5353
* All commits should follow the [seven rules][git-seven-rules] of a `git` commit message:
54-
1. Use the [imperative mood][imperative-mood] in the `git` commit subject line.
55-
1. Capitalize the first word of the subject line.
56-
1. Do __not__ end the subject line with a period.
57-
1. Separate the subject line from the body with a blank line.
58-
1. Try to limit the subject line to `50` characters.
59-
1. Use the body to explain the *what* and *why*, and not the *how*.
60-
1. Try to wrap the body at `72` characters.
54+
- Use the [imperative mood][imperative-mood] in the `git` commit subject line.
55+
- Capitalize the first word of the subject line.
56+
- Do __not__ end the subject line with a period.
57+
- Separate the subject line from the body with a blank line.
58+
- Try to limit the subject line to `50` characters.
59+
- Use the body to explain the *what* and *why*, and not the *how*.
60+
- Try to wrap the body at `72` characters.
6161

6262

6363

0 commit comments

Comments
 (0)