Update .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
This commit is contained in:
parent
3c6865a3b9
commit
56acba3a72
|
@ -1,6 +1,7 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: File a bug report
|
description: 🐞 File a bug report
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
|
labels: ["Kind/🍊 Bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -10,8 +11,18 @@ body:
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
description: Also tell us, what did you expect to happen?
|
description: Explain the bug and give images if possible
|
||||||
placeholder: Tell us what you see!
|
validations:
|
||||||
value: "A bug happened!"
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: Steps to Reproduce
|
||||||
|
description: Walk us through all the steps on how to reproduce your issue
|
||||||
|
value: |
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
4.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
Loading…
Reference in New Issue