From 04c9a58e5b74e6b5ae9fb4e9dcea0d4d8916aedf Mon Sep 17 00:00:00 2001 From: June Date: Sun, 30 Jan 2022 08:31:06 +0000 Subject: [PATCH] Add Google Play network permission, app country, elaborate on SafetyNet --- .github/ISSUE_TEMPLATE/app_report.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 70f66fc..6e00044 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -36,6 +36,14 @@ body: placeholder: v1.3.3.7 validations: required: true + - type: input + id: country + attributes: + label: Country of the app + description: Specify what country the app is for (it is assumed you're using it in the same country here) + placeholder: United States + validations: + required: true - type: checkboxes attributes: label: Device @@ -58,13 +66,22 @@ body: options: - label: Installed - label: Not installed + - type: checkboxes + attributes: + label: Google Play Network permission revoked? + description: If you have Google Play installed, was the Network permission revoked? + options: + - label: Revoked + - label: Not revoked + - label: I did not have Google Play installed - type: checkboxes attributes: label: SafetyNet Enforcement - description: Does this app enforce SafetyNet? + description: Does this app enforce SafetyNet? (If you can't use it even with Google Play installed + native code debugging enabled, it may be enforcing SafetyNet ctsProfileMatch) options: - label: Enforced - label: Not enforced + - label: Unsure - type: checkboxes attributes: label: Native code debugging