Skip to content

📝 docs: add Branching & PR workflow section (PRs target develop)#125

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

📝 docs: add Branching & PR workflow section (PRs target develop)#125
flupkede merged 1 commit into
developfrom
docs/branching-workflow

Conversation

@flupkede

Copy link
Copy Markdown
Owner

Adds a prominent "⚠️ Branching & PR workflow (READ FIRST)" section to AGENTS.md so subagents stop defaulting PRs to master (the GitHub default branch).

Why: PR #124 was initially created against master instead of develop because the /git pr create tooling picks the GitHub default branch. This repo's integration branch is develop; master only receives release merges.

Documented rules:

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

Docs-only change. No code impact.

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