From 5c35616edc685fd131c49bb03e016e460d686786 Mon Sep 17 00:00:00 2001 From: akc3n Date: Fri, 20 Jan 2023 02:28:35 -0800 Subject: [PATCH] Fix order listed in dropdown Set default option to `Not installed` for `id: googleplay` dropdown. Signed-off-by: akc3n --- .github/ISSUE_TEMPLATE/app_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index d258f3c..88a8172 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -97,8 +97,8 @@ body: description: Do you have Google Play installed in the profile you tested in? multiple: false options: + - Not Installed - Installed - - Not installed validations: required: true - type: checkboxes