Skip to content

Commit 76d07ab

Browse files
committed
Creted a pull request template file.
If merged it will enable github pull requests to have it when you attempt to submit one.
1 parent 999d8a0 commit 76d07ab

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

PULL_REQUEST_TEMPLATE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
Thank you for
3+
We appreciate the effort for this pull request but before that please make sure you read the contribution guidelines given above, then fill out the blanks below.
4+
5+
6+
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!
7+
e.g.
8+
Fixes #1
9+
Closes #2
10+
-->
11+
# Fixes #
12+
13+
### Checklist
14+
- [ ] I have made a change to this repository, be it functionality, testing, documentation, spelling, or grammar.
15+
- [ ] I updated my branch with the master branch.
16+
- [ ] I have added the nessecairy testig to prove my fix is effective or my feture work, or I did not modify functionality.
17+
- [ ] I have added necessary documentation about the functionality in an appropriate .md file
18+
- [ ] I have commented any code I have modified or I did not modify any code
19+
20+
### Short description of what this PR does:
21+
-
22+
-

0 commit comments

Comments
 (0)