From 1459fab4d678a6eb7fa9edc8500cb3c1a3f6706a Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 22 May 2017 12:06:48 -0700 Subject: [PATCH] Remove changelog item from pull request template Person who merges PR is now expected to update the CHANGELOG. --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2e838a8e4..527555bdf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ ### Required for all PRs: -- [ ] CHANGELOG.md updated (we recommend not updating this until the PR has been approved by a maintainer) -- [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed) -- [ ] README.md updated (if adding a new plugin) +- [ ] Signed [CLA](https://influxdata.com/community/cla/). +- [ ] Associated README.md updated. +- [ ] Has appropriate unit tests.