Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .cursorrules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Branch Management Rule
When working on an issue and currently on the master branch, always create a new feature branch first.

Use the format: `git checkout -b issue-{issue-number}` or `git checkout -b feature-{description}`

Since we use github, also publish the branch to `origin` (github)

This helps maintain a clean master branch and enables proper pull request workflows.
Loading