diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e57283f03 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +## Description +[Provide a brief description of the changes in this PR] + + +## How Has This Been Tested? +[Describe the tests you ran to verify your changes] + + +## Accepted Risk +[Any know risks or failure modes to point out to reviewers] + + +## Related Issue(s) +[If applicable, link to the issue(s) this PR addresses] + + +## Checklist: +- [ ] All of the automated tests pass +- [ ] All PR comments are addressed and marked resolved +- [ ] If there are migrations, they have been rebased to latest main +- [ ] If there are new dependencies, they are added to the requirements +- [ ] If there are new environment variables, they are added to all of the deployment methods +- [ ] If there are new APIs that don't require auth, they are added to PUBLIC_ENDPOINT_SPECS +- [ ] Docker images build and basic functionalities work +- [ ] Author has done a final read through of the PR right before merge