From da8cc481989113211e7c0fdc6c89c8d30fb59688 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 13 Mar 2024 14:01:37 +0000 Subject: chore: add section to issue form (#1873) --- .github/ISSUE_TEMPLATE/bug.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index c57c6d2d..54cc46d7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -7,11 +7,17 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-expected + attributes: + label: What did you expect to happen? + placeholder: Tell us what you expected to see! + validations: + required: true - type: textarea id: what-happened attributes: label: What happened? - description: Also tell us, what did you expect to happen? placeholder: Tell us what you see! validations: required: true -- cgit v1.2.3