From 279a0afa3e3c01f8e3fdd9bc13881bd42e256e1b Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 26 Mar 2020 18:27:56 -0700 Subject: [PATCH] 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. --- .github/pull_request_template.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 29b944f0..2c126d73 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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!