aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yaml8
1 files changed, 7 insertions, 1 deletions
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
@@ -8,10 +8,16 @@ body:
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