Skip to content

Commit 2d54ba1

Browse files
authored
Merge pull request #184 from cloud-atlas-ai/feature-dependency-updates-and-branch-rules
Feature dependency updates and branch rules
2 parents ad601c4 + 5532037 commit 2d54ba1

File tree

3 files changed

+535
-262
lines changed

3 files changed

+535
-262
lines changed

.cursorrules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)