26 lines
711 B
YAML
Executable file
26 lines
711 B
YAML
Executable file
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
|
|
|