Skip to content

Commit 1a8b3bc

Browse files
committed
📝 Add introduction for git commit messages section.
1 parent 032a5dc commit 1a8b3bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,11 @@ Templates should promote a high contribution quality by referring [contributing
9999

100100
## Git Commit Messages
101101

102+
Git commit messages should help reviewers to do better reviews.
103+
102104
### Short Commit Messages
103105

104-
Git commit messages should help reviewers to quickly understand what has been done. It should be short, clear and written at the present tense and imperative mood.
106+
Short commit messages should help reviewers to quickly understand what has been done. It should be short, clear and written at the present tense and imperative mood.
105107

106108
**Preferred:**
107109
```markdown

0 commit comments

Comments
 (0)