Skip to content

Commit

Permalink
Merge pull request #81 from Contraversum/issue-54
Browse files Browse the repository at this point in the history
Issue 54
  • Loading branch information
johan-t committed Oct 23, 2023
2 parents 7f6379d + 010fb4a commit 2e2c7ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,11 @@
# What Issue did you fix?
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 2e2c7ff

Please sign in to comment.