Skip to content

Commit 35cc980

Browse files
author
Matt Bernier
authored
New PR Template
1 parent 07cc373 commit 35cc980

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

.github/PULL_REQUEST_TEMPLATE

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
<!--
2-
(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.)
3-
-->
2+
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.
3+
44

5-
# Fixes #<!--Enter Issue number you have referenced(please refer only one issue at once)-->
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!
6+
e.g.
7+
Fixes #1
8+
Closes #2
9+
-->
10+
# Fixes #
611

712
### Checklist
8-
<!-- Please, do Star this repository and follow this template for your PR to be considered-->
13+
- [ ] I have made a material change to the repo (functionality, testing, spelling, grammar)
914
- [ ] I have read the [Contribution Guide] and my PR follows them.
10-
- [ ] My branch is up-to-date with the master branch.
15+
- [ ] I updated my branch with the master branch.
1116
- [ ] I have added tests that prove my fix is effective or that my feature works
12-
- [ ] I have added necessary documentation (if appropriate)
13-
<!-- If an existing function does not have a docstring, please add one -->
14-
- [ ] All the functions created/modified in this PR contain relevant docstrings.
15-
16-
### Short description of what this resolves:
17+
- [ ] I have added necessary documentation about the functionality in the appropriate .md file
18+
- [ ] I have added in line documentation to the code I modified
1719

18-
### Changes proposed in this pull request:
19-
* <!--Fill These Bullet Points-->
20-
*
20+
### Short description of what this PR does:
21+
-
22+
-
2123

22-
If you have questions, please send an email to [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository.
24+
If you have questions, please send an email to [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository.

0 commit comments

Comments
 (0)