71 lines
1.9 KiB
YAML
71 lines
1.9 KiB
YAML
name: Bug Report
|
|
description: Create a bug report to help us find and fix bugs!
|
|
title: "[Bug]"
|
|
labels: [bug]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Before Reporting
|
|
description: "I have double checked and agree with the following:"
|
|
options:
|
|
- label: I found no existing issues matching my bug
|
|
required: true
|
|
- label: My issue is not caused by a plugin or theme
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the Bug
|
|
description: A clear and concise description of what you're experiencing. If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. In this environment...
|
|
2. With this config...
|
|
3. Run '...'
|
|
4. See error...
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Operating System
|
|
options:
|
|
- Windows
|
|
- MacOS
|
|
- Linux
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Discord Version
|
|
options:
|
|
- Stable
|
|
- Canary
|
|
- PTB
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: BetterDiscord Version
|
|
description: This is found in `Settings > Updater` and will be labelled as the `Core` version.
|
|
placeholder: v1.x.x
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: false |