Skip to content

Commit 27c85ad

Browse files
committed
docs(code-style): commit messages should be in lowercase
1 parent db65366 commit 27c85ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/code-style.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This project follows the [Conventional Commits](https://www.conventionalcommits.
3636
### Commit Message Format
3737

3838
- Commit messages must include a "type" as described in Conventional Commits
39-
- Commit messages **must** start with a capital letter
39+
- Commit messages **must** be written in lowercase, except proper nouns
4040
- Commit messages **must not** end with a period `.`
4141

4242
### Commit Signing
@@ -48,9 +48,9 @@ Commits should be signed. You can read more about [Commit Signing](https://docs.
4848
**Good commit messages:**
4949

5050
```
51-
feat: Add new component for download statistics
52-
fix: Resolve navigation menu accessibility issue
53-
docs: Update contributing guidelines
51+
feat: add new component for download statistics
52+
fix: resolve navigation menu accessibility issue
53+
docs: update contributing guidelines
5454
```
5555

5656
**Bad commit messages:**

0 commit comments

Comments
 (0)