Changed issue template to dropdown

This commit is contained in:
JHubi1 2024-08-22 20:53:30 +02:00
parent ec92a0eb38
commit 282b22f123
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
1 changed files with 7 additions and 4 deletions

View File

@ -12,12 +12,15 @@ 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: input - type: dropdown
attributes: attributes:
label: "Platform" label: "Platform"
description: "The platforms on which the bug occurs, separated by commas. Use `*` if all platforms are affected.\nAvailable platforms: Android, Windows" description: "The platforms on which the bug occurs or had occurred. Select all that apply."
placeholder: "Android, Windows" options:
value: "*" - Android
- Windows
- Linux
- Web
validations: validations:
required: true required: true
- type: input - type: input