From 3af6599175ce0339ab9dc14bb48088f5be04b448 Mon Sep 17 00:00:00 2001 From: akc3n Date: Fri, 20 Jan 2023 02:42:18 -0800 Subject: [PATCH] Add more info links Signed-off-by: akc3n --- .github/ISSUE_TEMPLATE/app_report.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 88a8172..9619612 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -112,14 +112,20 @@ body: - type: checkboxes attributes: label: Native code debugging - description: Was native code debugging enabled or disabled during the testing? (Owner Profile → 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` _[More info](https://grapheneos.org/usage#banking-apps)_ 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) [More info](https://grapheneos.org/usage#bugs-uncovered-by-security-features) + description: | + Was per-app exploit protection compatibility mode enabled or disabled during the testing? + + `Settings` → `Apps` → `App` → `Advanced` _[More info](https://grapheneos.org/usage#bugs-uncovered-by-security-features)_ options: - label: Enabled - label: Disabled