fix syntax, unsure yet

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

View File

@ -55,7 +55,7 @@ body:
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: select_device id: selectdevice
attributes: attributes:
label: Device list label: Device list
description: Which Pixel(s) have you tested this with? (Select one or multiple) description: Which Pixel(s) have you tested this with? (Select one or multiple)
@ -79,7 +79,7 @@ body:
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: profiles_tested id: profiles
attributes: attributes:
label: Profile app tested in label: Profile app tested in
description: Which user profile was this test on? (Select one or multiple) description: Which user profile was this test on? (Select one or multiple)
@ -88,10 +88,10 @@ body:
- Owner profile - Owner profile
- Secondary profile(s) - Secondary profile(s)
- Work profile (Add details in extra notes below, i.e., device manager app name) - Work profile (Add details in extra notes below, i.e., device manager app name)
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: google_play id: googleplay
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?
@ -99,7 +99,7 @@ body:
options: options:
- Installed - Installed
- Not installed - Not installed
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes: