diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2e838a8e4bbc87f5948b22b7f55e9d448217c98f..527555bdfc7a8b0a0486d7abb4ad058e03b7c4e2 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.