-
Notifications
You must be signed in to change notification settings - Fork 17
/
PULL_REQUEST_TEMPLATE
25 lines (20 loc) · 1.03 KB
/
PULL_REQUEST_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
(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.)
-->
<!-- Add the issue number that is fixed by this PR (In the form Fixes #123) -->
Fixes #<!--Enter Issue number you have referenced(please refer only one issue at once)-->
#### Checklist
<!-- Please Star this repository and follow this template for your PR to be considered-->
- [ ] I have read the [Contribution Guide] and my PR follows them.
- [ ] My branch is up-to-date with the master branch.
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation (if appropriate)
<!-- If an existing function does not have a docstring, please add one -->
- [ ] All the functions created/modified in this PR contain relevant docstrings.
- [ ] I have uploaded the Screenshots after the issue has been resolved
#### Short description of what this resolves:
#### Changes proposed in this pull request:
<!--Fill These Bullet Points-->
-
-
-