From 91b6129f90503c8b4e0f1195e9f85b5c253ee871 Mon Sep 17 00:00:00 2001 From: pushkyn Date: Mon, 30 Oct 2017 15:33:30 +0300 Subject: [PATCH] remove unnecessary github PR templates --- PULL-REQUEST-TEMPLATE.md | 23 ----------------------- PULL_REQUEST_TEMPLATE | 26 -------------------------- 2 files changed, 49 deletions(-) delete mode 100644 PULL-REQUEST-TEMPLATE.md delete mode 100644 PULL_REQUEST_TEMPLATE diff --git a/PULL-REQUEST-TEMPLATE.md b/PULL-REQUEST-TEMPLATE.md deleted file mode 100644 index ddb68032c..000000000 --- a/PULL-REQUEST-TEMPLATE.md +++ /dev/null @@ -1,23 +0,0 @@ - - -# 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 to [Sendgrid](mailto:dx@sendgrid.com), or file a Github Issue in this repository. diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE deleted file mode 100644 index 0ee08d36b..000000000 --- a/PULL_REQUEST_TEMPLATE +++ /dev/null @@ -1,26 +0,0 @@ - - - -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. -