Skip to content

Commit 84acd59

Browse files
committed
Add checklist to PRs
1 parent 6dd8eda commit 84acd59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Ready for review checklist:
2+
- [ ] A self-review has been performed
3+
- [ ] All commits run individually
4+
- [ ] Temporary changes have been removed, like console.log, TODO, etc.
5+
- [ ] The PR has been tested locally
6+
- [ ] A test have been written
7+
- [ ] This change doesn't need a new test
8+
- [ ] Relevant issues are linked
9+
- [ ] Remaining work is documented in issues
10+
- [ ] There is no remaining work from this PR that require new issues
11+
- [ ] The changes does not introduce dead code as unused imports, functions etc.

0 commit comments

Comments
 (0)