We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f6af6 commit 65b65bbCopy full SHA for 65b65bb
1 file changed
.cursorrules
@@ -0,0 +1,18 @@
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
+- Keep PR descriptions concise and focused on the changes
14
15
+## Code Style
16
+- Follow existing code patterns in the repository
17
+- Use type hints for function signatures
18
+- Include docstrings for public functions and classes
0 commit comments