From 7905ec777bf7b99020a65ea2fa51c531c7712f76 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:57:43 +0200 Subject: [PATCH] doc(issue-template): multiline value --- .github/ISSUE_TEMPLATE/1-bug.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index 3254d5c..17d7dfd 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -31,10 +31,11 @@ body: attributes: label: How can we reproduce this? description: Provide the exact steps to reproduce the issue. - value: "1. + value: | + 1. 2. 3. - 4." + 4. - type: textarea id: version