Skip to content

docs(contributing): document main / dev / feat-* branching convention#2

Merged
WaylandYang merged 1 commit into
devfrom
feat/branching-convention
May 19, 2026
Merged

docs(contributing): document main / dev / feat-* branching convention#2
WaylandYang merged 1 commit into
devfrom
feat/branching-convention

Conversation

@WaylandYang
Copy link
Copy Markdown
Contributor

Companion to the branch protection rules just applied:

  • main — release-grade, PR-only, linear history, no force-push/delete
  • dev — integration, direct push OK, no force/delete
  • feat/* — documented convention; no GitHub-side rule

Adds a typical-loop snippet to CONTRIBUTING.md so contributors don't
have to read GitHub settings to figure out the workflow.

This PR is eating our own dogfood — the first change to land via
the new flow. No code changes, docs only.

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>
@WaylandYang WaylandYang merged commit 6adb88d into dev May 19, 2026
6 checks passed
@WaylandYang WaylandYang deleted the feat/branching-convention branch May 19, 2026 11:14
WaylandYang added a commit that referenced this pull request May 19, 2026
…#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant