Skip to content

Commit 1c28e4c

Browse files
docs: add English commit convention to project
Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent 270b889 commit 1c28e4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.claude/CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Commit Convention
2+
- All commit messages MUST be written in English
3+
- Follow Conventional Commits: `<type>(<scope>): <subject>`
4+
- type: feat, fix, refactor, test, docs, chore, style, perf, ci, build
5+
- subject in imperative present tense (e.g. "add", "change", "fix")
6+
- One logical change per commit

0 commit comments

Comments
 (0)