diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..3f3dbff40 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +## 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 have been removed +- [ ] The PR has been tested locally +- [ ] Have a test been written? + - [ ] This change doesn't need a test +- [ ] Are relevant issues linked +- [ ] Is necessary, is remaining work documented in issues + - [ ] There is no remaining work from this PR that require new issues