File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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:**
You can’t perform that action at this time.
0 commit comments