diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3cac575fe..221d18a87 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.