From cf9471b4c9ff3ea63a8087862d66d635344de4fe Mon Sep 17 00:00:00 2001 From: akc3n Date: Fri, 8 Dec 2023 17:10:18 -0800 Subject: [PATCH] Add installation method Ask where the user installed the app from. Signed-off-by: akc3n --- .github/ISSUE_TEMPLATE/app_report.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 0728023..338ec27 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -8,11 +8,11 @@ body: value: | If you haven't already, please view the official [banking apps usage guide](https://grapheneos.org/usage#banking-apps). - Experiencing issues with your app, refer to the [possible workaround solutions on our forum](https://discuss.grapheneos.org/d/8330-app-compatibility-with-grapheneos). + Experiencing issues with your app? Refer to the [possible workaround solutions on our forum](https://discuss.grapheneos.org/d/8330-app-compatibility-with-grapheneos). - type: checkboxes attributes: label: Is there an existing issue for this? - description: Check for existing issues to prevent duplicates. **For updates or changes, comment on the existing reports.** + description: **For updates or changes, comment on the existing reports.** Check for existing issues to prevent duplicates. options: - label: I have searched the existing issues required: true @@ -106,7 +106,7 @@ body: - type: dropdown id: googleplay attributes: - label: Google Play installed + label: Google Play installed? description: Do you have Google Play installed in the profile you tested in? multiple: false options: @@ -114,6 +114,18 @@ body: - Installed validations: required: true + - type: dropdown + id: store + attributes: + label: Where did you install this app from? + description: Select your banking app installation method: + multiple: false + options: + - Google Play Store + - Aurora Store + - Other (extra notes below) + validations: + required: true - type: checkboxes attributes: label: Google Play services Network permission revoked?