Skip to content

Commit 446e744

Browse files
authoredOct 20, 2023
docs: change rule desc input to textarea in new-rule template
1 parent 2200c43 commit 446e744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/ISSUE_TEMPLATE/new-rule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: markdown
99
attributes:
1010
value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
11-
- type: input
11+
- type: textarea
1212
attributes:
1313
label: Rule details
1414
description: What should the new rule do?

0 commit comments

Comments
 (0)
Please sign in to comment.