mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-23 23:11:33 -05:00
Add requirements to two checkbox areas
This commit is contained in:
parent
16308f245f
commit
e0e9ae4091
9
.github/ISSUE_TEMPLATE/app_report.yml
vendored
9
.github/ISSUE_TEMPLATE/app_report.yml
vendored
@ -56,16 +56,19 @@ body:
|
||||
label: Google Play installed
|
||||
description: Do you have Google Play installed in the profile you tested in?
|
||||
options:
|
||||
- label: Tick if it's installed. Leave blank if not.
|
||||
- label: Installed
|
||||
required: true
|
||||
- label: Not installed
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Native code debugging
|
||||
description: Was native code debugging enabled or disabled during the testing? (Settings -> Security -> Enable native code debugging)
|
||||
options:
|
||||
- label: Enabled
|
||||
required: false
|
||||
required: true
|
||||
- label: Disabled
|
||||
required: false
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Stock OS compatibility
|
||||
|
Loading…
Reference in New Issue
Block a user