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