From 0e2402aa5dda90dc94ac02df694796b7ddecd542 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:52:51 -0700 Subject: [PATCH 1/2] docs(github): add an Affected release section to the PR template A fix for a perf, memory, or crash regression names the released or rc version it regressed in and carries the `backport-stable` label, so the stable release gate cherry-picks it onto the rc line before tagging. --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e85a397cbd2..0739e16f263 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -47,6 +47,10 @@ After: the same request comes back with real token counts, so the dashboard show +## Affected release + + + ## Linear ticket From e004634396413e481185347e2ee03790847fb8d0 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:58:31 -0700 Subject: [PATCH 2/2] docs(github): cover every regression class in the Affected release section --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0739e16f263..1664be2f702 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -49,7 +49,7 @@ After: the same request comes back with real token counts, so the dashboard show ## Affected release - + ## Linear ticket @@ -156,3 +156,4 @@ Example checklists: ## Final Attestation - [ ] The tests check the right things, including the edge cases, and regressions in the respective real-world customer use-cases are not possible after this PR +