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