From e0e9ae4091bac57f418ee95562de137acbfe670a Mon Sep 17 00:00:00 2001 From: June Date: Sun, 30 Jan 2022 05:33:47 +0000 Subject: [PATCH] Add requirements to two checkbox areas --- .github/ISSUE_TEMPLATE/app_report.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 527ef97..2f532ee 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -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