diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..cbce78155 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +## Ready for review checklist: +- [ ] A self-review has been performed +- [ ] All commits run individually +- [ ] All TODO, console.log or other temporary changes have been removed +- [ ] The PR has been tested locally +- [ ] A test have been written + - [ ] This change doesn't need a test +- [ ] Relevant issues are linked +- [ ] Remaining work is documented in issues + - [ ] There is no remaining work from this PR that require new issues