diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..d547d07d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,58 @@ + + +## Jira ticket + + + + +[DIGITAL-]() + +## Purpose + + + +## Includes the following PRs that must be merged first + + + +## Deployment and testing + +### Local Setup + + + +### QA/Testing instructions + + + +## Checklist for the Developer + + + +- [ ] A link to the JIRA ticket has been included above. +- [ ] No merge conflicts exist with the target branch. +- [ ] Automated tests have passed on this PR. +- [ ] A reviewer has been designated. +- [ ] Deployment and testing steps have been documented above, if applicable. + +## Checklist for the Peer Reviewers + +- [ ] The file changes are relevant to the task objective. +- [ ] Code is readable and includes appropriate commenting. +- [ ] Code standards and best practices are followed. +- [ ] QA/Test steps were successfully completed, if applicable. +- [ ] Applicable logs are free of errors. + +