We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad601c4 + 5532037 commit 2d54ba1Copy full SHA for 2d54ba1
.cursorrules
@@ -0,0 +1,8 @@
1
+# Branch Management Rule
2
+When working on an issue and currently on the master branch, always create a new feature branch first.
3
+
4
+Use the format: `git checkout -b issue-{issue-number}` or `git checkout -b feature-{description}`
5
6
+Since we use github, also publish the branch to `origin` (github)
7
8
+This helps maintain a clean master branch and enables proper pull request workflows.
0 commit comments