From f5dabe760ddd11646be22df45825dd29f8646b1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 1 Mar 2024 20:28:06 +0100 Subject: [PATCH] docs: refine GitHub issue templates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- .github/ISSUE_TEMPLATE/feature_request.yml | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8ef0a63c..702cfe63 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,8 +17,7 @@ body: label: Duplicate issue options: - label: I've searched for any related issues and avoided creating a duplicate issue. - validations: - required: true + required: true - type: dropdown attributes: label: Component @@ -39,7 +38,9 @@ body: required: true - type: input attributes: - label: version + label: Version + validations: + required: true - type: input attributes: label: Node.js version diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7554e292..b8fd1a06 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -17,8 +17,7 @@ body: label: Duplicate issue options: - label: I've searched for any related issues and avoided creating a duplicate issue. - validations: - required: true + required: true - type: dropdown attributes: label: Component -- 2.34.1