Update .github/ISSUE_TEMPLATE/BUG_REPORT.yaml

This commit is contained in:
Ategon 2024-02-25 23:06:40 +00:00
parent 3c6865a3b9
commit 56acba3a72
1 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,7 @@
name: Bug Report
about: File a bug report
description: 🐞 File a bug report
title: "[Bug]: "
labels: ["Kind/🍊 Bug"]
body:
- type: markdown
attributes:
@ -10,8 +11,18 @@ body:
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
description: Explain the bug and give images if possible
validations:
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:
required: true