diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f3105f77 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ + + + +JIRA TICKET + +## Summary + + + +## Changes in this PR + + + +## Test Plan + + + +## Checklist + + + +### Checklist for Author + +- [ ] Does the title of the PR reference a JIRA Ticket? +- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?) +- [ ] Is all relevant documentation (README or docstring) updated? + +### Checklist for Reviewer + +- [ ] Does the title of the PR reference a JIRA Ticket? +- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?) +- [ ] Is all relevant documentation (README or docstring) updated?