Skip to content

Commit

Permalink
Add checklist to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 6, 2024
1 parent 6dd8eda commit ec4d4f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ec4d4f6

Please sign in to comment.