diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..c04a7eb83 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Ready for review checklist: +- [ ] I have performed a self-review of my own code +- [ ] All commits run individually +- [ ] All "TODO"s, console.log or other temporary changes has been removed +- [ ] The PR has been tested locally +- [ ] Have a test been written? +> - [ ] This change doesn't need a test +- [ ] Are relevant issues linked +- [ ] If remaining work, is this documented in new issues