Skip to content

πŸ“ docs: add Branching & PR workflow to AGENTS.develop.md template#126

Merged
flupkede merged 1 commit into
developfrom
docs/branching-workflow-template
Jun 14, 2026
Merged

πŸ“ docs: add Branching & PR workflow to AGENTS.develop.md template#126
flupkede merged 1 commit into
developfrom
docs/branching-workflow-template

Conversation

@flupkede

Copy link
Copy Markdown
Owner

Mirrors the section added to AGENTS.md in PR #125 into AGENTS.develop.md β€” the develop-branch reference that the post-checkout hook copies to AGENTS.md for every new feature branch.

Why: without this in the template, the rule does not propagate to new branches, so the master-vs-develop PR-target mistake will recur.

Same documented rules:

  • Integration branch = develop; ALL PRs --base develop, never master
  • master only receives release merges from develop
  • Merge style = merge commits (--merge), not squash
  • Review requirement = repo ruleset; owner overrides with gh pr merge <n> --merge --admin --delete-branch
  • Verify base with gh pr view <n> --json baseRefName; retarget if needed

Docs-only. No code impact.

@flupkede flupkede merged commit 69187c6 into develop Jun 14, 2026
1 check passed
@flupkede flupkede deleted the docs/branching-workflow-template branch June 14, 2026 12:56
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