Skip to content

Commit 3ef1bb0

Browse files
author
Matt Bernier
authored
Merge pull request #381 from pushkyn/simplify-github-pr-template
update github PR template
2 parents 7435a68 + 4423627 commit 3ef1bb0

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
<!--
2-
Please explain WHAT you changed.
1+
<!--
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.
33

4-
The title should be descriptive, for example:
54

6-
* *Fixed a typo in the apikeypermissions.md page*
7-
* *Added the maximum number of domain whitelabels you can create to domains.md*
8-
* *Fixing the number of days a batch id is valid in scheduling_parameters.md*
9-
10-
If this PR fixes an issue, please reference the issue number as well.
11-
12-
Fill out this form in the body:
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
139
-->
14-
Closes: #[Issue number]
10+
# Fixes #
1511

16-
**Description of the change**:
12+
### Checklist
13+
- [ ] I have made a material change to the repo (functionality, testing, spelling, grammar)
14+
- [ ] I have read the [Contribution Guide] and my PR follows them.
15+
- [ ] I updated my branch with the master branch.
16+
- [ ] I have added tests that prove my fix is effective or that my feature works
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-
If you have questions, please send an email [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository.
20+
### Short description of what this PR does:
21+
-
22+
-
1923

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)