mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-21 05:51:34 -05:00
Update form
This commit is contained in:
parent
2ed4f556d6
commit
3fae5419e1
30
.github/ISSUE_TEMPLATE/app_report.yml
vendored
30
.github/ISSUE_TEMPLATE/app_report.yml
vendored
@ -58,7 +58,7 @@ body:
|
||||
id: select_device
|
||||
attributes:
|
||||
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
|
||||
options:
|
||||
- Pixel 7 Pro
|
||||
@ -70,29 +70,37 @@ body:
|
||||
- Pixel 5
|
||||
- Pixel 4a (5G)
|
||||
- Pixel 4a
|
||||
- Pixel 4 XL
|
||||
- Pixel 4
|
||||
- Pixel 4 XL (end-of-life)
|
||||
- Pixel 4 (end-of-life)
|
||||
- Pixel 3a XL (obsolete)
|
||||
- Pixel 3a (obsolete)
|
||||
- Pixel 3 XL (obsolete)
|
||||
- Pixel 3 (obsolete)
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
- type: dropdown
|
||||
id: profiles_tested
|
||||
attributes:
|
||||
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:
|
||||
- label: Main user profile
|
||||
- label: Secondary user profile
|
||||
- label: I used a work profile device manager app (Please mention more details about it down below like the app)
|
||||
- type: checkboxes
|
||||
- Owner profile
|
||||
- Secondary profile(s)
|
||||
- Work profile (Add details in extra notes below, i.e., device manager app name)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: google_play
|
||||
attributes:
|
||||
label: Google Play installed
|
||||
description: Do you have Google Play installed in the profile you tested in?
|
||||
multiple: false
|
||||
options:
|
||||
- label: Installed
|
||||
- label: Not installed
|
||||
- Installed
|
||||
- Not installed
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Google Play services Network permission revoked?
|
||||
|
Loading…
Reference in New Issue
Block a user