diff --git a/.github/ISSUE_TEMPLATE/rule_proposal.yml b/.github/ISSUE_TEMPLATE/rule_proposal.yml index 1a067bfbd2..386190b28d 100644 --- a/.github/ISSUE_TEMPLATE/rule_proposal.yml +++ b/.github/ISSUE_TEMPLATE/rule_proposal.yml @@ -49,6 +49,12 @@ body: return 'me'; } ``` + - type: input + validations: + required: true + attributes: + label: Proposed rule name + placeholder: no-invalid-rule-name - type: textarea attributes: label: Additional Info