diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..6d3a82e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +### Summary +_Provide a short summary of the changes in this PR_ + +### Type of Change +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +### Issues +- Link any issues this PR resolves using keywords (resolve, closes, fixed) + +### Evidence +- Provide evidence of the the changes functioning as expected or describe your tests. If tests are included in the CI pipeline this may be omitted. + + +_(delete this line)_ Prior to submitting the PR assign a reviewer from each team to review this PR.