Remove changelog item from pull request template

Person who merges PR is now expected to update the CHANGELOG.
This commit is contained in:
Daniel Nelson 2017-05-22 12:06:48 -07:00
parent b0bd4d55f5
commit 1459fab4d6
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 3 additions and 3 deletions

View File

@ -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.