Skip to content

Commit 1275e51

Browse files
authored
Fix typos and slightly tweak PR template
Fixes #59
1 parent b03c456 commit 1275e51

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

PULL_REQUEST_TEMPLATE

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!--
2-
Thank you for contributing to notes, before you publish your pull request, please follow this template to make sure your PR fits the criteria.
2+
Thank you for contributing to notes, before you submit your pull request, please follow this template to make sure your PR fits the criteria.
33

4-
5-
Please enter each Issue number you are resolving in your PR after one of the following words [Fixes, Closes, Resolves]. This will auto-link these issues and close them when this PR is merged!
4+
Please enter each issue number you are resolving in your PR after one of the following words [Fixes, Closes, Resolves]. This will auto-link these issues and close them when this PR is merged!
65
e.g.
76
Fixes #1
87
Closes #2
@@ -12,9 +11,9 @@ Closes #2
1211
### Checklist
1312
- [ ] I have made a change to this repository, be it functionality, testing, documentation, spelling, or grammar.
1413
- [ ] I updated my branch with the master branch.
15-
- [ ] I have added the nessecairy testig to prove my fix is effective or my feture work, or I did not modify functionality.
16-
- [ ] I have added necessary documentation about the functionality in an appropriate .md file
17-
- [ ] I have commented any code I have modified or I did not modify any code
14+
- [ ] I have added the necessary testing to prove my fix is effective/my feature works (or I did not modify functionality).
15+
- [ ] I have added necessary documentation about the functionality in an appropriate .md file.
16+
- [ ] I have appropriately commented any code I have modified
1817

1918
### Short description of what this PR does:
2019
-

0 commit comments

Comments
 (0)