diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 7533bc6..1e0ae13 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -4,7 +4,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this report! Please remember this is for GrapheneOS only. + Thanks for taking the time to fill out this report! **Please remember this is for GrapheneOS only**. - type: checkboxes attributes: label: Is there an existing issue for this? @@ -17,7 +17,7 @@ body: attributes: label: App name description: What is the banking app called? - placeholder: + placeholder: BMO Mobile Banking validations: required: true - type: input @@ -32,7 +32,7 @@ body: id: os attributes: label: App version - description: What version of the app did you test it with? (Settings -> Apps -> app name -> Version at the bottom) + description: What version of the app did you test it with? (Settings → Apps → App → Version at the bottom) placeholder: v1.3.3.7 validations: required: true @@ -41,14 +41,14 @@ body: 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 + placeholder: Canada validations: required: true - type: input id: build_number attributes: label: Build Number - description: What version of GrapheneOS are you currently using? (Settings - About phone -> Build number) + description: What version of GrapheneOS are you currently using? (Settings → About phone → Build number) placeholder: SP2A.220405.003.2022040400 validations: required: true @@ -57,6 +57,8 @@ body: label: Device description: Which Pixel(s) have you tested this with? options: + - label: Pixel 7 Pro + - label: Pixel 7 - label: Pixel 6a - label: Pixel 6 Pro - label: Pixel 6 @@ -66,10 +68,10 @@ body: - label: Pixel 4a - label: Pixel 4 XL - label: Pixel 4 - - label: Pixel 3a XL - - label: Pixel 3a - - label: Pixel 3 XL - - label: Pixel 3 + - label: Pixel 3a XL (obsolete) + - label: Pixel 3a (obsolete) + - label: Pixel 3 XL (obsolete) + - label: Pixel 3 (obsolete) - type: checkboxes attributes: label: Google Play installed @@ -96,7 +98,14 @@ body: - type: checkboxes attributes: 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? (Owner Profile → Settings → Security → Enable native code debugging) + options: + - label: Enabled + - label: Disabled + - type: checkboxes + attributes: + label: Exploit protection compatibility mode + description: Was per-app exploit protection compatibility mode enabled or disabled during the testing? (Settings → Apps → App → Advanced) options: - label: Enabled - label: Disabled