From 531bb45b07f31490ecfe10525f4b86801a50252a Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 18 Aug 2020 07:05:48 +0200 Subject: [PATCH] New cops should be added as "pending" --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) 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.