summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-03-13 14:01:37 +0000
committerGitHub <noreply@github.com>2024-03-13 14:01:37 +0000
commitda8cc481989113211e7c0fdc6c89c8d30fb59688 (patch)
tree6ba8a8df0a1cdde2776c8f0cd758ef7b7920a8cb
parent11c0dfc137be0b08e9f0043ee8b42b0a8dbeffdd (diff)
chore: add section to issue form (#1873)
-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