Skip to content

Commit 531bb45

Browse files
committed
New cops should be added as "pending"
1 parent b8dd1bb commit 531bb45

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)