54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
name: Bug Report
|
|
description: Report an issue with the bot that didn't result in an error file
|
|
labels: [bug]
|
|
body:
|
|
- type: textarea
|
|
id: describe
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: Steps to reproduce the behavior.
|
|
value: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: self-hosted
|
|
attributes:
|
|
label: Self-hosted instance?
|
|
description: Did the error occur on a self-hosted instance (e.g. not the main esmBot or esmBot Dev instances)?
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the problem here.
|
|
validations:
|
|
required: false
|