From 7ed87ad76e421284562cb9c83ac30bd1fad25999 Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Thu, 28 May 2026 11:57:28 -0500 Subject: [PATCH 1/2] make it visible --- .github/PULL_REQUEST_TEMPLATE.md | 37 ++++++++++++-------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 03ea959ca14e282..26d418af710ede6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,30 +1,21 @@ -If this is a backport PR (PR made against branches other than `main`), -please ensure that the PR title is in the following format: + +Fixes #NNNNNN -``` -[X.Y] (GH-NNNNNN) -``` +## Summary -Where: [X.Y] is the branch name, for example: [3.13]. +<!-- Describe what this PR changes and why. --> -GH-NNNNNN refers to the PR number from `main`. +## Checklist ---> +- [ ] Tests added or updated +- [ ] Documentation updated (if user-visible behavior changed) +- [ ] News entry added (`blurb add`, or manually in `Misc/NEWS.d/next/`) +- [ ] `make patchcheck` passes From d1d74be60eac996a4c972d0ecf5fb4eda681c2ce Mon Sep 17 00:00:00 2001 From: Kevin Turcios <turcioskevinr@gmail.com> Date: Thu, 28 May 2026 12:42:01 -0500 Subject: [PATCH 2/2] stale. --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 26d418af710ede6..143449473d92687 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,4 +18,3 @@ Fixes #NNNNNN - [ ] Tests added or updated - [ ] Documentation updated (if user-visible behavior changed) - [ ] News entry added (`blurb add`, or manually in `Misc/NEWS.d/next/`) -- [ ] `make patchcheck` passes