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