We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 742807c + 9f3ed8a commit 10ba227Copy full SHA for 10ba227
1 file changed
.cursorrules
@@ -7,6 +7,9 @@
7
git config user.email "cursor@proxymesh.com"
8
git config user.name "Cursor"
9
```
10
+- NEVER push directly to main - always create a branch and PR
11
+- NEVER bypass branch protection rules
12
+- If a push is rejected due to branch protection, create a PR instead
13
14
## Pull Requests
15
- Do NOT add "Made with Cursor" or similar footers to PR descriptions
0 commit comments