Remove CHANGELOG task from PR template (#2054)

We now use GitHub Releases instead of a manually-updated CHANGELOG, so
it is confusing and unnecessary to ask contributors to update the
CHANGELOG.
This commit is contained in:
Matt Brictson 2020-03-26 18:27:56 -07:00 committed by GitHub
parent 81bdc59ff2
commit 279a0afa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -13,14 +13,10 @@ to keep the conversation linked together.
- [ ] Did you run `bundle exec rubocop -a` to fix linter issues?
- [ ] If relevant, did you create a test?
- [ ] Did you confirm that the RSpec tests pass?
- [ ] If you are fixing a bug or introducing a new feature, did you add a CHANGELOG entry?
### Other Information
If there's anything else that's important and relevant to your pull
request, mention that information here.
If you are updating any of the CHANGELOG files or are asked to update the
CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the file where indicated.
Thanks for helping improve Capistrano!