Skip to content

Commit f26fe1b

Browse files
committed
docs(rules): add commit message rules
1 parent 6f3f65d commit f26fe1b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.cursor/rules/commit.mdc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
description: Commit Message
3+
globs:
4+
---
5+
6+
# Your rule content
7+
8+
- Follow Angular Commit Message Spec
9+
- Format: `type(scope): subject`
10+
- type: feat|fix|docs|style|refactor|test|chore|perf
11+
- scope: Optional, the scope of the changes
12+
- subject: A concise description of the changes
13+
14+
<example>
15+
feat(auth): add agent command
16+
</example>

0 commit comments

Comments
 (0)