From 3c9e47ab34e01d03c2a7f05f23adf54c06535ab2 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Sun, 30 Oct 2016 16:50:19 +0100 Subject: [PATCH] Remove useless items from PR checklist These rules will be checked in the Travis build. --- PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 4947c12..c0f119a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -38,8 +38,6 @@ Please, please, please, don't send your pull request until all of the boxes are - [ ] I have created a branch for this patch/feature. - [ ] Each individual commit in the pull request is meaningful. - [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. - [ ] If my change requires a change to the documentation, I have updated it accordingly. -- [ ] My code follows the code style of this project. If you're unsure about any of these, don't hesitate to ask. We're here to help!