From ad4743e1bbe86c8d798e5148941532eadaf8d828 Mon Sep 17 00:00:00 2001 From: Adeel Hassan Date: Mon, 6 Nov 2023 16:51:34 -0500 Subject: [PATCH] update PR template (#1982) Co-authored-by: Adeel Hassan --- .github/PULL_REQUEST_TEMPLATE.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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