27 lines
711 B
YAML
27 lines
711 B
YAML
|
name: Bug
|
||
|
description: Report a bug found in the bot's source code
|
||
|
labels: ["🛠 goal: fix"]
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: description
|
||
|
attributes:
|
||
|
label: Description
|
||
|
description: A brief description of the question or issue, also include what you tried and what didn't work
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: screenshots
|
||
|
attributes:
|
||
|
label: Screenshots
|
||
|
description: Please add screenshots if applicable
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: textarea
|
||
|
id: extrainfo
|
||
|
attributes:
|
||
|
label: Additional information
|
||
|
description: Is there anything else we should know about this bug?
|
||
|
validations:
|
||
|
required: false
|
||
|
|