From f75a47f4ab30b56df45ef70c8ea0c95a84f24c69 Mon Sep 17 00:00:00 2001 From: ren-yamanashi Date: Wed, 20 Nov 2024 23:16:03 +0900 Subject: [PATCH] fix: feature-request and bug-report template is not working --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9e1baac..adfa52d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,7 +18,7 @@ body: validations: required: true - - type: markdown + - type: textarea id: reproduction attributes: label: Steps to reproduce diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index bc3968d..62cacbf 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -30,7 +30,7 @@ body: validations: required: true - - type: markdown + - type: textarea id: incorrect-case attributes: label: Invalid Code Examples @@ -45,7 +45,7 @@ body: validations: required: true - - type: markdown + - type: textarea id: correct-case attributes: label: Valid Code Examples