Skip to content

Commit e302541

Browse files
author
Matt Bernier
authored
Merge pull request #38 from pushkyn/add-pull-request-template
add github PR template
2 parents 4735cd8 + 7a0a735 commit e302541

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--
2+
Please explain WHAT you changed and WHY.
3+
4+
The title should be descriptive, for example:
5+
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+
Fill out this form in the body:
11+
-->
12+
13+
**Description of the change**:
14+
**Reason for the change**:
15+
**Link to original source**:
16+
<!--
17+
If this pull request closes an issue, add in the issue number here
18+
-->
19+
Closes #
20+
21+
### Checklist
22+
23+
Make sure all of these items are complete, or else the PR will be ineligible for a code review.
24+
25+
- [ ] Code passes all existing [tests](https://github.com/sendgrid/csharp-http-client/tree/master/UnitTest)
26+
- [ ] Any new functionality added includes new unit tests
27+
- [ ] Create or update example code to show the new functionality in action.
28+
- [ ] All code, branch, and git naming and style conventions are followed (see [`CONTRIBUTING.md`](https://github.com/sendgrid/csharp-http-client/blob/master/CONTRIBUTING.md#style-guidelines--naming-conventions))
29+
- [ ] Feature branch has been rebased off of the latest `master` branch. ( see [`CONTRIBUTING.md`](https://github.com/sendgrid/csharp-http-client/blob/master/CONTRIBUTING.md#creating-a-pull-request)).

0 commit comments

Comments
 (0)