chore: Update bug_report.yml

This commit is contained in:
JellyBrick
2023-11-10 20:09:04 +09:00
committed by GitHub
parent 34564c8c55
commit 734409dc3f

View File

@ -57,10 +57,17 @@ body:
label: Last Known Working YouTube Music (Application) version label: Last Known Working YouTube Music (Application) version
description: (If applicable) What is the last version of YouTube Music this worked in? description: (If applicable) What is the last version of YouTube Music this worked in?
placeholder: 1.20.0 placeholder: 1.20.0
- type: textarea
attributes:
label: Reproduction steps
description: Provide steps to reproduce the issue.
placeholder: 1. Enable the X plugin.
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Expected Behavior label: Expected Behavior
description: A clear and concise description of what you expected to happen. (Add a replication step if applicable) description: A clear and concise description of what you expected to happen.
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -69,6 +76,13 @@ body:
description: A clear description of what actually happens. description: A clear description of what actually happens.
validations: validations:
required: true required: true
- type: textarea
attributes:
label: Enabled plugins
description: Provide the list of plugins you enabled.
placeholder: - Album Color Theme
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Additional Information label: Additional Information