We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1f6af6 + 7499763 commit 1faf0c9Copy full SHA for 1faf0c9
1 file changed
.cursorrules
@@ -0,0 +1,19 @@
1
+# Cursor Rules for python-proxy-headers
2
+
3
+## Git Configuration
4
+- Always commit as `cursor@proxymesh.com` with name `Cursor`
5
+- Run these commands if not already configured:
6
+ ```
7
+ git config user.email "cursor@proxymesh.com"
8
+ git config user.name "Cursor"
9
10
11
+## Pull Requests
12
+- Do NOT add "Made with Cursor" or similar footers to PR descriptions
13
+- After creating a PR with `gh pr create`, immediately run `gh pr edit <number> --body "..."` to ensure no footer was appended
14
+- Keep PR descriptions concise and focused on the changes
15
16
+## Code Style
17
+- Follow existing code patterns in the repository
18
+- Use type hints for function signatures
19
+- Include docstrings for public functions and classes
0 commit comments