mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
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:
parent
81bdc59ff2
commit
279a0afa3e
1 changed files with 0 additions and 4 deletions
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue