You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ The more detailed you are, the better.**
5
5
6
6
Before submitting the PR make sure the following are checked:
7
7
8
+
*[ ] The PR relates to *only* one subject with a clear title and description in grammatically correct, complete sentences.
8
9
*[ ] Wrote [good commit messages][1].
9
10
*[ ] Commit message starts with `[Fix #issue-number]` (if the related issue exists).
10
11
*[ ] Feature branch is up-to-date with `master` (if not - rebase it).
11
12
*[ ] Squashed related commits together.
12
13
*[ ] Added tests.
14
+
*[ ] Ran `bundle exec rake default`. It executes all tests and runs RuboCop on its own code.
13
15
*[ ] 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.
14
16
*[ ] The PR relates to *only* one subject with a clear title
15
17
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).
0 commit comments