diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 03ea959ca14e282..143449473d92687 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,30 +1,20 @@ -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/`)