Skip to content

Commit cc097cf

Browse files
AnnatarHeclaude
andcommitted
docs(claude): add conventional commits guidelines to CLAUDE.md
Added commit message format rules with examples to ensure consistency across the project. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cf1041f commit cc097cf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,19 @@ go fmt ./...
9696
- Database location: `$HOME/.shelltime/shelltime.db`
9797
- Daemon socket: `/tmp/shelltime-daemon.sock` (Unix) or named pipe (Windows)
9898

99+
## Commit Rules
100+
101+
You must follow the Conventional Commits rules, ensuring that the scope and module are included.
102+
103+
For example:
104+
105+
```md
106+
fix(home): add price link on home page
107+
feat(ai): add AI module
108+
refactor(cell): update cell module for better maintenance
109+
perf(parser): improve parser performance by over 30%
110+
```
111+
99112
## Important Notes
100113

101114
- The daemon is optional but recommended for better performance

0 commit comments

Comments
 (0)