docs: add branching model section to CONTRIBUTING.md#3237
Merged
theonlyhennygod merged 4 commits intomasterfrom Mar 12, 2026
Merged
docs: add branching model section to CONTRIBUTING.md#3237theonlyhennygod merged 4 commits intomasterfrom
theonlyhennygod merged 4 commits intomasterfrom
Conversation
Adds a prominent Branching Model section to CONTRIBUTING.md explaining: - master is the sole default branch (main has been removed) - Contributors should use feat/* and fix/* branches off master - Historical context for the migration (refs #2929, #3061, #3194) Also updates fork workflow instructions to show both feat/ and fix/ prefixes.
This was referenced Mar 12, 2026
2 tasks
lantrinh1999
pushed a commit
to lantrinh1999/zeroclaw-1
that referenced
this pull request
Mar 18, 2026
) Adds a prominent Branching Model section to CONTRIBUTING.md explaining: - master is the sole default branch (main has been removed) - Contributors should use feat/* and fix/* branches off master - Historical context for the migration (refs zeroclaw-labs#2929, zeroclaw-labs#3061, zeroclaw-labs#3194) Also updates fork workflow instructions to show both feat/ and fix/ prefixes.
PlebCoder
pushed a commit
to PlebCoder/zeroclaw
that referenced
this pull request
Mar 19, 2026
) Adds a prominent Branching Model section to CONTRIBUTING.md explaining: - master is the sole default branch (main has been removed) - Contributors should use feat/* and fix/* branches off master - Historical context for the migration (refs zeroclaw-labs#2929, zeroclaw-labs#3061, zeroclaw-labs#3194) Also updates fork workflow instructions to show both feat/ and fix/ prefixes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
masteris the sole default branchmainhas been removed and why (404 errors, contributor confusion)feat/*andfix/*branching convention for contributorsmastervsmain#2929, chore: delete stale main branch #3061, and docs: replace main branch references with master #3194 for historical contextfeat/andfix/branch prefixesContext
As part of the branch cleanup effort:
mainbranch has been deleted (protection rules removed first)mainhave been retargeted tomastermasterbranch protection has been updated with CI status checks (CI Required Gate,Security Required Gate)Test plan
🤖 Generated with Claude Code