diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..8300fb74 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +# Pull Request Checklist + +Resolves: #issue-number-here + + + +- [ ] Ensured **tests pass** and (if applicable) updated functional test output +- [ ] Conformed to **code style guidelines** by running appropriate linting tools +- [ ] Added **tests** for changed code +- [ ] Updated **documentation** for changed code + +