Skip to content

Commit e339caa

Browse files
committed
docs: clarify documentation commit format with file extension example
- Add .md file extension guidance for documentation changes in commit message examples - Improve clarity for contributors on proper docs commit formatting This follows the existing pattern and provides helpful guidance for contributors about the expected format when making documentation changes.
1 parent a10b831 commit e339caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/claude_commit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
- If no clear pattern exists in history, use conventional commits format:
118118
* feat: for new features
119119
* fix: for bug fixes
120-
* docs: for documentation changes
120+
* docs: for documentation changes, add .md to the end of the file name
121121
* refactor: for code refactoring
122122
* test: for test changes
123123
* chore: for chore changes

0 commit comments

Comments
 (0)