diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c5aa67a0a..0e7bfc8ba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,29 @@ ## Overview -Brief description of what this PR does, and why it is needed. + + +This PR ... ### Checklist -- [ ] Added `needs-backport` label if PR is bug fix that applies to previous minor release -- [ ] Ran scripts/format_code and committed any changes -- [ ] Documentation updated if needed +- [ ] Added unit tests, if applicable +- [ ] Updated documentation, if applicable +- [ ] Added `needs-backport` label if the change should be back-ported to the previous release - [ ] PR has a name that won't get you publicly shamed for vagueness ### Notes -Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else. + + ## Testing Instructions + Closes #XXX