From 6c4beaa7e96a3095ddcc0748cd26b0e1ed9d81d8 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Sternberg" Date: Wed, 7 Feb 2018 12:19:50 -0600 Subject: [PATCH] Remove unnecessary checkboxes in the pull request template The changelog is now updated automatically, tests are reported to github as part of the CI status, and rebased/merged are also covered by built-in github functionality. --- .github/PULL_REQUEST_TEMPLATE.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5cfe48f3cc..40afe54895 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,4 @@ ###### Required for all non-trivial PRs -- [ ] Rebased/mergable -- [ ] Tests pass -- [ ] CHANGELOG.md updated - [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed) ###### Required only if applicable