diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..211dd09f9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +- [ ] New feature +- [ ] Bug fix +- [ ] High impact + +**Description of work:** + + + +**Testing:** +- [ ] Can be tested +- [ ] Automatic tests created / updated +- [ ] Local tests are passing + + + + +**Checklist:** +- [ ] Considered automated tests +- [ ] Considered updating specification / documentation +- [ ] Considered work items +- [ ] Considered security +- [ ] Performed developer testing +- [ ] Checklist finalized / ready for review + +