mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
27 lines
1,003 B
Markdown
27 lines
1,003 B
Markdown
|
### Summary
|
||
|
|
||
|
(Guidelines for creating a bug report are available
|
||
|
here: https://github.com/capistrano/capistrano/blob/master/DEVELOPMENT.md)
|
||
|
|
||
|
Provide a general description of the code changes in your pull
|
||
|
request... were there any bugs you had fixed? If so, mention them. If
|
||
|
these bugs have open GitHub issues, be sure to tag them here as well,
|
||
|
to keep the conversation linked together.
|
||
|
|
||
|
### Short checklist
|
||
|
|
||
|
- [ ] 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!
|