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