Update bug_report.yml

This commit is contained in:
Kai DeLorenzo 2024-06-28 15:24:37 +00:00
parent 4d93246863
commit 1b8f44dde3

View File

@ -23,16 +23,14 @@ body:
label: What happened? label: What happened?
description: What did you expect to happen? description: What did you expect to happen?
placeholder: Tell us what you see! placeholder: Tell us what you see!
value: "A bug happened!"
validations: validations:
required: true required: true
- type: textarea - type: input
id: grayjay-version id: grayjay-version
attributes: attributes:
label: Grayjay Version label: Grayjay Version
description: In the application, select More > Settings, scroll to the bottom and locate the value next to "Version Name". description: In the application, select More > Settings, scroll to the bottom and locate the value next to "Version Name".
render: shell
placeholder: "242" placeholder: "242"
validations: validations:
required: true required: true
@ -46,29 +44,33 @@ body:
- All - All
- Youtube - Youtube
- BiliBili (CN) - BiliBili (CN)
- Twitch (Beta) - Twitch
- Odysee - Odysee
- Rumble - Rumble
- Kick (Beta) - Kick
- PeerTube - PeerTube
- Patreon - Patreon
- Nebula (Beta) - Nebula
- SoundCloud - SoundCloud
- Other - Other
validations: validations:
required: true required: true
- type: dropdown - type: input
id: plugin-version
attributes:
label: Plugin Version
description: In the application, select Sources > [the broken plugin], write down the value under "Version".
placeholder: "12"
- type: checkboxes
id: login id: login
attributes: attributes:
label: Are you experiencing the issue when logged in? label: When do you experience the issue?
multiple: false
options: options:
- "Yes" - label: While logged in
- "No" - label: While logged out
- N/A - label: N/A
validations:
required: true
- type: textarea - type: textarea
id: logs id: logs