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] 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