Skip to content

Commit 5b43f6a

Browse files
authored
chore(repo): add commit message rules to cursor config (#7367)
1 parent e35960f commit 5b43f6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cursor/rules/monorepo.mdc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,11 @@ Release Management
103103
- Canary and snapshot releases for testing
104104
- Git tags and GitHub releases for version tracking
105105
- Coordinated releases to maintain compatibility between packages
106+
107+
Commit Messages
108+
109+
- Commit messages must follow the conventional commit format using lowercase
110+
- Commit messages must be in English
111+
- Commit messages must be concise and to the point
112+
- Commit messages must be prefixed with the type of change
113+
- Commit messages must be prefixed with the scope of the change (package name or `js` for `clekr-js`, repo, release, e2e, \*)

0 commit comments

Comments
 (0)