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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,16 @@ Before submitting the PR make sure the following are checked:
8
8
*[ ] Squashed related commits together.
9
9
*[ ] Added tests.
10
10
*[ ] Updated documentation.
11
-
*[ ] Added an entry to the [changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) if the new code introduces user-observable changes.
11
+
*[ ] Added an entry to the `CHANGELOG.md` if the new code introduces user-observable changes.
12
12
*[ ] The build (`bundle exec rake`) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).
13
13
14
14
If you have created a new cop:
15
15
16
16
*[ ] Added the new cop to `config/default.yml`.
17
17
*[ ] The cop documents examples of good and bad code.
18
18
*[ ] The tests assert both that bad code is reported and that good code is not reported.
19
+
*[ ] Set `VersionAdded` in `default/config.yml` to the next minor version.
20
+
21
+
If you have modified an existing cop's configuration options:
22
+
23
+
*[ ] Set `VersionChanged` in `default/config.yml` to the next major version.
0 commit comments