Skip to content

Commit 6fde3fe

Browse files
authored
Require rule proposal to include a proposed rule name (#2351)
1 parent 08dc329 commit 6fde3fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/rule_proposal.yml

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ body:
4949
return 'me';
5050
}
5151
```
52+
- type: input
53+
validations:
54+
required: true
55+
attributes:
56+
label: Proposed rule name
57+
placeholder: no-invalid-rule-name
5258
- type: textarea
5359
attributes:
5460
label: Additional Info

0 commit comments

Comments
 (0)