diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..9e27f3b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,31 @@ + + +**Description of the change**: + +**Reason for the change**: + +**Link to original source**: + +### 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/smtpapi-nodejs/tree/master/test) +- [ ] Any new functionality added includes new unit tests in [`test/main.js`](https://github.com/sendgrid/smtpapi-nodejs/tree/master/test/main.js) +- [ ] 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/smtpapi-nodejs/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/smtpapi-nodejs/blob/master/CONTRIBUTING.md#creating-a-pull-request) ). + +If you have questions, please send an email [Sendgrid](mailto:dx@sendgrid.com), or file a Github Issue in this repository.