2023-04-28 19:59:35 +02:00
|
|
|
name: "🐛 Bug Report"
|
2023-04-28 19:04:23 +02:00
|
|
|
description: Create a bug report for Umami
|
2023-04-28 19:59:35 +02:00
|
|
|
labels: ['bug']
|
2023-04-28 19:04:23 +02:00
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-04-28 19:59:35 +02:00
|
|
|
label: Describe the Bug
|
|
|
|
description: A clear and concise description of what the bug is.
|
2023-04-28 19:04:23 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
2023-04-28 19:59:35 +02:00
|
|
|
label: Version
|
|
|
|
description: What version of our software are you running?
|
2023-04-28 19:04:23 +02:00
|
|
|
options:
|
2023-04-28 19:59:35 +02:00
|
|
|
- v1
|
|
|
|
- v2
|
2023-04-28 19:04:23 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-04-28 19:59:35 +02:00
|
|
|
label: Relevant log output
|
|
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
|
|
render: shell
|