Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- 1–3 sentences. What does this PR do and why? -->

## Related
<!-- REQUIRED when the title names a ticket: the `closing-ref` check reads this section's link graph, not the title. Same repo: Closes #123 · Cross-repo: Closes tracebloc/backend#2364 (owner-qualified — a bare `Closes #2364` resolves against THIS repo and links the wrong issue or none). Every train repo's default branch is now `develop` (measured 2026-08-23), so a closing keyword DOES fire on merge — the earlier note here saying it does not predates that migration. -->
<!-- REQUIRED when the title names a ticket: the `closing-ref` check reads this section's link graph, not the title. Same repo: Closes #123 · Cross-repo: Closes tracebloc/<repo>#123 (owner-qualified — a bare `Closes #123` resolves against THIS repo and links the wrong issue or none). Every train repo's default branch is now `develop` (measured 2026-08-23), so a closing keyword DOES fire on merge — the earlier note here saying it does not predates that migration. -->

## Type of change
- [ ] Feature
Expand All @@ -27,5 +27,5 @@
- [ ] Docs updated if behavior or config changed
- [ ] No secrets / credentials in the diff
- [ ] For security-sensitive paths: appropriate reviewer requested
- [ ] The ticket named in the title is LINKED in *Related* above, cross-repo as `Closes tracebloc/<repo>#N` — a bare `#N` resolves against this repo, and a title reference alone links nothing (backend#2364)
- [ ] The ticket named in the title is LINKED in *Related* above, cross-repo as `Closes tracebloc/<repo>#N` — a bare `#N` resolves against this repo, and a title reference alone links nothing
- [ ] If this depends on a change in another repo: shipped **expand-then-contract** (additive first, consumers adopt later), or **Breaking change** ticked above with the rollout order in *Deployment notes* — repos promote independently, so the other change may not ship with this one
Loading