Skip to content

Commit a7af7bc

Browse files
committed
Tweak the PR template
Follow up to rubocop/rubocop@88c9214.
1 parent ba69221 commit a7af7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ The more detailed you are, the better.**
55

66
Before submitting the PR make sure the following are checked:
77

8+
* [ ] The PR relates to *only* one subject with a clear title and description in grammatically correct, complete sentences.
89
* [ ] Wrote [good commit messages][1].
910
* [ ] Commit message starts with `[Fix #issue-number]` (if the related issue exists).
1011
* [ ] Feature branch is up-to-date with `master` (if not - rebase it).
1112
* [ ] Squashed related commits together.
1213
* [ ] Added tests.
14+
* [ ] Ran `bundle exec rake default`. It executes all tests and runs RuboCop on its own code.
1315
* [ ] Added an entry (file) to the [changelog folder](https://github.com/rubocop/rubocop-rails/blob/master/changelog/) named `{change_type}_{change_description}.md` if the new code introduces user-observable changes. See [changelog entry format](https://github.com/rubocop/rubocop/blob/master/CONTRIBUTING.md#changelog-entry-format) for details.
1416
* [ ] The PR relates to *only* one subject with a clear title
1517
and description in grammatically correct, complete sentences.
16-
* [ ] Run `bundle exec rake default`. It executes all tests and RuboCop for itself, and generates the documentation.
17-
* [ ] If this is a new cop, consider making a corresponding update to the [Rails Style Guide](https://github.com/rubocop-hq/rails-style-guide).
1818

1919
[1]: https://chris.beams.io/posts/git-commit/

0 commit comments

Comments
 (0)