Changed issue template to dropdown
This commit is contained in:
parent
ec92a0eb38
commit
282b22f123
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue