From 5ab53b794e84fb11d5c2074785c24a7b8a43e30b Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:40:02 +0100 Subject: [PATCH] Support multi-line for bug description --- .github/ISSUE_TEMPLATE/bug.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 26b0a1c..043e6bf 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -57,20 +57,18 @@ body: - US - US (Landscape) validations: - required: true + required: false - type: markdown attributes: value: | ## Bug Details - - type: input + - type: textarea attributes: label: What is the bug? description: Describe the bug clearly and concisely. placeholder: e.g., When I try this, I get this result, but I expected that... - validations: - required: true - type: textarea attributes: