Merge pull request #732 from pwnb0y/docs

grammatical mistake is corrected in PULL_REQUEST_TEMPLATE.md file
This commit is contained in:
David Wertenteil
2022-09-01 08:47:09 +03:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
## Checklist before requesting a review
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests.
- [ ] New and existing unit tests pass locally with my changes