Skip to content

Commit

Permalink
added checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-t committed Oct 23, 2023
1 parent 26344c4 commit 010fb4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Expand Up @@ -2,3 +2,10 @@
Fixes: #

# Quick description of your approach:

## Checklist before requesting a review:
- [ ] I have removed the comments fron the questions
- [ ] I have added comments to my code, particularly in hard-to-understand areas
- [ ] I have removed all of the debugging 'console.logs'
- [ ] I have ensured that all of my variables, functions, etc. are named sensibly (Are able to be understood by someone who has not seen my code before)
- [ ] I have read through my changes to make sure that I did not change anything that was not related to the issue I am fixing

0 comments on commit 010fb4a

Please sign in to comment.