Skip to content

Commit

Permalink
add github PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkyn committed Oct 28, 2017
1 parent 816f982 commit a5da197
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 readme.md page*
* *Update mail helper v3 with feedback*
* *Helpers for email statistics - global, category, subuser*

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/sendgrid-go/tree/master/sendgrid_test.go)
- [ ] 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/sendgrid-go/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/sendgrid-go/blob/master/CONTRIBUTING.md#creating-a-pull-request)).

0 comments on commit a5da197

Please sign in to comment.