2022-12-12 11:00:10 +01:00
|
|
|
name: "🐛 Bug Report"
|
|
|
|
description: "Submit a bug report to help us improve"
|
|
|
|
title: "🐛 Bug Report: "
|
|
|
|
labels: [bug]
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Thanks for taking the time to fill out our bug report form 🙏
|
|
|
|
- type: textarea
|
|
|
|
id: steps-to-reproduce
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: "👟 Reproduction steps"
|
|
|
|
description: "How do you trigger this bug? Please walk us through it step by step."
|
|
|
|
placeholder: "When I ..."
|
|
|
|
- type: textarea
|
|
|
|
id: expected-behavior
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: "👍 Expected behavior"
|
|
|
|
description: "What did you think would happen?"
|
|
|
|
placeholder: "It should ..."
|
|
|
|
- type: textarea
|
|
|
|
id: actual-behavior
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
attributes:
|
|
|
|
label: "👎 Actual Behavior"
|
|
|
|
description: "What did actually happen? Add screenshots, if applicable."
|
|
|
|
placeholder: "It actually ..."
|
2024-08-27 22:18:47 +02:00
|
|
|
- type: textarea
|
2022-12-12 11:00:10 +01:00
|
|
|
id: operating-system
|
|
|
|
attributes:
|
2024-08-27 22:18:22 +02:00
|
|
|
label: "📜 Logs"
|
|
|
|
description: "Paste any relevant logs here."
|
2022-12-12 11:00:10 +01:00
|
|
|
validations:
|
2024-08-27 22:18:22 +02:00
|
|
|
required: false
|
2022-12-12 11:00:10 +01:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Before submitting, please check if the issues hasn't been raised before.
|