We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dd1bb commit 531bb45Copy full SHA for 531bb45
.github/PULL_REQUEST_TEMPLATE.md
@@ -14,6 +14,7 @@ Before submitting the PR make sure the following are checked:
14
If you have created a new cop:
15
16
* [ ] Added the new cop to `config/default.yml`.
17
+* [ ] The cop is configured as `Enabled: pending` in `config/default.yml`.
18
* [ ] The cop documents examples of good and bad code.
19
* [ ] The tests assert both that bad code is reported and that good code is not reported.
20
* [ ] Set `VersionAdded` in `default/config.yml` to the next minor version.
0 commit comments