diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..44f208a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,14 @@ +### All Submissions + +* [ ] Have you followed the guidelines in our [Contributing](../../CONTRIBUTING.md) document? +* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? + + + +### Checklist + +1. [ ] Does your submission pass all tests? (use `make test`) +2. [ ] Have you written tests to cover all your changes? If not, provide a reason. +3. [ ] Have you lint your code locally before submission? (use `make lint`) +4. [ ] Have you type checked your code locally before submission? (use `make typecheck`) +5. [ ] Have you added an explanation of what your changes are and why you'd like us to include them?