mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-24 07:21: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
|
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?
|
||||||
options:
|
options:
|
||||||
- label: Tick if it's installed. Leave blank if not.
|
- label: Installed
|
||||||
|
required: true
|
||||||
|
- label: Not installed
|
||||||
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Native code debugging
|
label: Native code debugging
|
||||||
description: Was native code debugging enabled or disabled during the testing? (Settings -> Security -> Enable native code debugging)
|
description: Was native code debugging enabled or disabled during the testing? (Settings -> Security -> Enable native code debugging)
|
||||||
options:
|
options:
|
||||||
- label: Enabled
|
- label: Enabled
|
||||||
required: false
|
required: true
|
||||||
- label: Disabled
|
- label: Disabled
|
||||||
required: false
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Stock OS compatibility
|
label: Stock OS compatibility
|
||||||
|
Loading…
Reference in New Issue
Block a user