From 6313becfcafd26c0ca6ffa6ea25a287edbb929f1 Mon Sep 17 00:00:00 2001 From: flaredragon Date: Fri, 27 Oct 2017 22:44:44 +0530 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md 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.