Commit 5fd4c88
docs(contributing): document main / dev / feat-* branching convention (#2)
Companion to the new branch protection rules just applied to the repo:
- main is release-grade, PR-only, linear history, no force-push/delete
- dev is integration, accepts direct push but still no force/delete
- feat/* is documented convention only; no GitHub-side rule —
contributors push freely, rebase freely, PR to dev when done
Adds a typical-loop snippet so contributors don't have to read
GitHub settings to figure out the workflow.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 86f136e commit 5fd4c88
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
50 | 80 | | |
51 | 81 | | |
52 | 82 | | |
| |||
0 commit comments