From 1327714557d2d18c269e854c887df6b1f3588353 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sat, 3 Jun 2023 18:47:59 +0200 Subject: [PATCH] Issue template: make docs bug solution a textarea --- .github/ISSUE_TEMPLATE/docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 7fdde2c..ae4b282 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -22,10 +22,8 @@ body: attributes: label: Problem description: Why is it wrong? - validations: - required: true - - type: input + - type: textarea id: solution attributes: label: Solution