From 446e7441ce85031761648a45100025f4e3d79b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 20 Oct 2023 03:19:31 -0500 Subject: [PATCH] docs: change rule desc input to textarea in new-rule template --- .github/ISSUE_TEMPLATE/new-rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-rule.yml b/.github/ISSUE_TEMPLATE/new-rule.yml index 878bb5af..e79f362a 100644 --- a/.github/ISSUE_TEMPLATE/new-rule.yml +++ b/.github/ISSUE_TEMPLATE/new-rule.yml @@ -8,7 +8,7 @@ body: - type: markdown attributes: value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct). -- type: input +- type: textarea attributes: label: Rule details description: What should the new rule do?