Update bug.yaml

This commit is contained in:
JHubi1 2025-08-18 17:10:14 +02:00 committed by GitHub
parent 519fc27f26
commit fc754b1b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 5 deletions

View File

@ -11,9 +11,10 @@ body:
required: true required: true
- label: I have confirmed this bug exists on the latest version of the app - label: I have confirmed this bug exists on the latest version of the app
required: true required: true
- type: dropdown - id: platforms
type: dropdown
attributes: attributes:
label: "Platform" label: "Platforms"
description: "The platforms on which the bug occurs or had occurred. Select all that apply." description: "The platforms on which the bug occurs or had occurred. Select all that apply."
multiple: true multiple: true
options: options:
@ -23,7 +24,8 @@ body:
- Web - Web
validations: validations:
required: true required: true
- type: input - id: description
type: input
attributes: attributes:
label: "Description" label: "Description"
description: "A short description of what the bug is." description: "A short description of what the bug is."
@ -51,7 +53,8 @@ body:
placeholder: "Instead, I saw..." placeholder: "Instead, I saw..."
validations: validations:
required: true required: true
- type: textarea - id: context
type: textarea
attributes: attributes:
label: "Screenshots or additional context" label: "Screenshots or additional context"
description: "If applicable, add screenshots to help explain your problem." description: "If applicable, add screenshots to help explain your problem."