Organization-wide defaults for readland repositories.
Files here are inherited by any repo in the org that does not define its own
copy. GitHub only propagates these defaults from a public .github repo,
which is why this repository is public — it contains process guidance only, no
code or secrets.
PULL_REQUEST_TEMPLATE.md— default pull request template applied to every repo that lacks its own.PULL_REQUEST_TEMPLATE/merge-back.md— named alternate for folding an already-shippedrelease/*orhotfix/*branch back intomain. Select it by appending?template=merge-back.mdto the compare URL. GitHub has no UI picker for named templates and does not auto-fill them; the standard template above stays the default. Its primary consumer is thepr-descriptionskill, which authors the merge-back body for you.
To use a different template in one repository, add a
.github/PULL_REQUEST_TEMPLATE.md to that repository; it takes precedence over
this default.
For richer, auto-generated PR descriptions (commit-history aware, handles
release→main merge-backs), use the pr-description skill in
agent-configs.