From 52361889a3351f85938155e70e832801e7c40c5a Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Fri, 22 May 2020 09:35:22 -0700 Subject: [PATCH] Update new rule issue template --- .github/ISSUE_TEMPLATE/NEW_RULE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/NEW_RULE.md b/.github/ISSUE_TEMPLATE/NEW_RULE.md index 86809ba1c16..31dfc8cb38b 100644 --- a/.github/ISSUE_TEMPLATE/NEW_RULE.md +++ b/.github/ISSUE_TEMPLATE/NEW_RULE.md @@ -24,11 +24,15 @@ assignees: '' **Please describe what the rule should do:** + +**What new ECMAScript feature does this rule relate to?** + + + **What category of rule is this? (place an "X" next to just one item)** [ ] Warns about a potential error (problem) [ ] Suggests an alternate way of doing something (suggestion) -[ ] Enforces code style (layout) [ ] Other (please specify:) **Provide 2-3 code examples that this rule will warn about:**