Update form

This commit is contained in:
akc3n 2022-11-14 22:17:03 -08:00 committed by GitHub
parent 2ed4f556d6
commit 3fae5419e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 11 deletions

View File

@ -58,7 +58,7 @@ body:
id: select_device id: select_device
attributes: attributes:
label: Device list label: Device list
description: Which Pixel(s) have you tested this with? (Select one or multiple devices in dropdown menu) description: Which Pixel(s) have you tested this with? (Select one or multiple)
multiple: true multiple: true
options: options:
- Pixel 7 Pro - Pixel 7 Pro
@ -70,29 +70,37 @@ body:
- Pixel 5 - Pixel 5
- Pixel 4a (5G) - Pixel 4a (5G)
- Pixel 4a - Pixel 4a
- Pixel 4 XL - Pixel 4 XL (end-of-life)
- Pixel 4 - Pixel 4 (end-of-life)
- Pixel 3a XL (obsolete) - Pixel 3a XL (obsolete)
- Pixel 3a (obsolete) - Pixel 3a (obsolete)
- Pixel 3 XL (obsolete) - Pixel 3 XL (obsolete)
- Pixel 3 (obsolete) - Pixel 3 (obsolete)
validations: validations:
required: true required: true
- type: checkboxes - type: dropdown
id: profiles_tested
attributes: attributes:
label: Profile app tested in label: Profile app tested in
description: Which user profile was this tested on? description: Which user profile was this test on? (Select one or multiple)
multiple: true
options: options:
- label: Main user profile - Owner profile
- label: Secondary user profile - Secondary profile(s)
- label: I used a work profile device manager app (Please mention more details about it down below like the app) - Work profile (Add details in extra notes below, i.e., device manager app name)
- type: checkboxes validations:
required: true
- type: dropdown
id: google_play
attributes: attributes:
label: Google Play installed label: Google Play installed
description: Do you have Google Play installed in the profile you tested in? description: Do you have Google Play installed in the profile you tested in?
multiple: false
options: options:
- label: Installed - Installed
- label: Not installed - Not installed
validations:
required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Google Play services Network permission revoked? label: Google Play services Network permission revoked?