Skip to content

Commit

Permalink
Merge pull request #1005 from rubocop-hq/new-cops-should-be-pending
Browse files Browse the repository at this point in the history
New cops should be added as "pending"
  • Loading branch information
Darhazer committed Aug 21, 2020
2 parents 054bc95 + 531bb45 commit 5719f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -14,6 +14,7 @@ Before submitting the PR make sure the following are checked:
If you have created a new cop:

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

0 comments on commit 5719f8f

Please sign in to comment.