Skip to content

Commit 5719f8f

Browse files
authored
Merge pull request #1005 from rubocop-hq/new-cops-should-be-pending
New cops should be added as "pending"
2 parents 054bc95 + 531bb45 commit 5719f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Before submitting the PR make sure the following are checked:
1414
If you have created a new cop:
1515

1616
* [ ] Added the new cop to `config/default.yml`.
17+
* [ ] The cop is configured as `Enabled: pending` in `config/default.yml`.
1718
* [ ] The cop documents examples of good and bad code.
1819
* [ ] The tests assert both that bad code is reported and that good code is not reported.
1920
* [ ] Set `VersionAdded` in `default/config.yml` to the next minor version.

0 commit comments

Comments
 (0)