diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b84227e --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + + +Fixes # + +#### Checklist + +- [ ] I have read the SendGrid Contributor License Agreement (CLA) +- [ ] I have read the [Contribution Guide] and my PR follows them. +- [ ] My branch is up-to-date with the master branch. +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have added necessary documentation (if appropriate) + +- [ ] All the functions created/modified in this PR contain relevant docstrings. + +#### Short description of what this resolves: + + +#### Changes proposed in this pull request: + + + + If you have questions, please send an email [Sendgrid](mailto:dx@sendgrid.com), or file a Github Issue in this repository.