diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..33aa8963 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +* **Quick Checklist** +- [ ] I have read [the contributing guidelines](../CONTRIBUTING.md) +- [ ] I have written new tests, as applicable (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) +- [ ] I have added a changeset, if applicable + +* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) + + + +* **What is the new behavior (if this is a feature change)?** + + + +* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) + + + +* **Other information**: \ No newline at end of file