Skip to content

Commit ac1533c

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 20af232 commit ac1533c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)
3+
-->
4+
<!-- Add the issue number that is fixed by this PR (In the form Fixes #123) -->
5+
6+
Fixes #<!--Enter Issue number you have referenced(please refer only one issue at once)-->
7+
8+
#### Checklist
9+
<!-- Please Star this repository and follow this template for your PR to be considered-->
10+
- [ ] I have read the [Contribution Guide] and my PR follows them.
11+
- [ ] My branch is up-to-date with the master branch.
12+
- [ ] I have added tests that prove my fix is effective or that my feature works
13+
- [ ] I have added necessary documentation (if appropriate)
14+
- [ ] The contents added are completelt original and have no copyright issues.
15+
16+
#### Short description of what this resolves:
17+
18+
19+
#### Changes proposed in this pull request:
20+
<!--Fill These Bullet Points-->
21+
-
22+
-
23+
-

0 commit comments

Comments
 (0)