| name | commits |
| description | Write git commit messages that state what changed. Apply when creating, amending, or proposing a commit message. |
Commit Messages
Write commit messages that state what changed, nothing more.
- One line, lowercase, no period
- Use specific verbs. Good:
add, fix, remove, rename, drop, bump, revert.
Avoid filler verbs like improve, enhance, refactor for better X.
- No generated footers or co-author lines
Examples
add user authentication
fix null check in parser
remove unused imports
update dependencies
rename User.email to User.contact
drop unused logging middleware
bump axios to 1.7
revert a1b2c3