Merge branch 'main' into 2.0

This commit is contained in:
JHubi1 2025-08-28 19:08:34 +02:00
commit 83ba8bd15f
No known key found for this signature in database
GPG Key ID: F538DC3FC5B07498
1 changed files with 8 additions and 5 deletions

View File

@ -11,9 +11,10 @@ body:
required: true
- label: I have confirmed this bug exists on the latest version of the app
required: true
- type: dropdown
- id: platforms
type: dropdown
attributes:
label: "Platform"
label: "Platforms"
description: "The platforms on which the bug occurs or had occurred. Select all that apply."
multiple: true
options:
@ -23,7 +24,8 @@ body:
- Web
validations:
required: true
- type: input
- id: description
type: input
attributes:
label: "Description"
description: "A short description of what the bug is."
@ -51,7 +53,8 @@ body:
placeholder: "Instead, I saw..."
validations:
required: true
- type: textarea
- id: context
type: textarea
attributes:
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."