We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9afe4a7 + 35e2f09 commit 3a6584cCopy full SHA for 3a6584c
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