Skip to content

Commit

Permalink
Merge pull request #48 from pushkyn/add-pull-request-template
Browse files Browse the repository at this point in the history
add github PR template
  • Loading branch information
Matt Bernier authored Oct 27, 2017
2 parents 8a42b32 + 1b11adb commit 5a9d251
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
Please explain WHAT you changed and WHY.

The title should be descriptive, for example:

* *Fixed a typo in the apikeypermissions.md page*
* *Added the maximum number of domain whitelabels you can create to domains.md*
* *Fixing the number of days a batch id is valid in scheduling_parameters.md*

Fill out this form in the body:
-->

**Description of the change**:
**Reason for the change**:
**Link to original source**:
<!--
If this pull request closes an issue, add in the issue number here
-->
Closes #

### Checklist

Make sure all of these items are complete, or else the PR will be ineligible for a code review.

- [ ] Code passes all existing [tests](https://github.com/sendgrid/java-http-client/blob/master/src/test/java/com/sendgrid/ClientTest.java)
- [ ] Any new functionality added includes new unit tests
- [ ] Create or update example code to show the new functionality in action.
- [ ] All code, branch, and git naming and style conventions are followed (see [`CONTRIBUTING.md`](https://github.com/sendgrid/java-http-client/blob/master/CONTRIBUTING.md#style-guidelines--naming-conventions))
- [ ] Feature branch has been rebased off of the latest `master` branch. ( see [`CONTRIBUTING.md`](https://github.com/sendgrid/java-http-client/blob/master/CONTRIBUTING.md#creating-a-pull-request)).

0 comments on commit 5a9d251

Please sign in to comment.