diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..40f7964 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +#### What issue does this PR fix/close? + +#### Describe what this PR does, briefly: + + +#### Check off the following items if you've done them: +- [ ] This PR is ready for review (in other words, not a WIP) +- [ ] New tests have been written to cover the new code in this PR (or your PR doesn't need tests) +- [ ] Documentation has been added/changed to cover changes made (or your PR doesn't need new documentation) +- [ ] This PR has been tested on a robot (optional, but it helps) + +#### If your PR doesn't need new tests, explain why: + +#### Do your changes break the public API of this library?