mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-21 14:01:34 -05:00
Change device list to drop down with multiple options, set validation to required
This commit is contained in:
parent
be72caf4af
commit
276aa116ad
12
.github/ISSUE_TEMPLATE/app_report.yml
vendored
12
.github/ISSUE_TEMPLATE/app_report.yml
vendored
@ -52,11 +52,13 @@ body:
|
|||||||
placeholder: SP2A.220405.003.2022040400
|
placeholder: SP2A.220405.003.2022040400
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: dropdown
|
||||||
|
id: device_list
|
||||||
attributes:
|
attributes:
|
||||||
label: Device
|
label: Device list
|
||||||
description: Which Pixel(s) have you tested this with?
|
description: Which Pixel(s) have you tested this with?
|
||||||
options:
|
multiple: true
|
||||||
|
options:
|
||||||
- label: Pixel 7 Pro
|
- label: Pixel 7 Pro
|
||||||
- label: Pixel 7
|
- label: Pixel 7
|
||||||
- label: Pixel 6a
|
- label: Pixel 6a
|
||||||
@ -72,6 +74,8 @@ body:
|
|||||||
- label: Pixel 3a (obsolete)
|
- label: Pixel 3a (obsolete)
|
||||||
- label: Pixel 3 XL (obsolete)
|
- label: Pixel 3 XL (obsolete)
|
||||||
- label: Pixel 3 (obsolete)
|
- label: Pixel 3 (obsolete)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Google Play installed
|
label: Google Play installed
|
||||||
|
Loading…
Reference in New Issue
Block a user