From 8da32d032119f4e259deee0658944b545d43101b Mon Sep 17 00:00:00 2001 From: June Date: Sun, 30 Jan 2022 05:30:17 +0000 Subject: [PATCH] Add logs section --- .github/ISSUE_TEMPLATE/app_report.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 77a41e7..11d3aaa 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -98,6 +98,16 @@ body: Tip: You can attach images by clicking this area to highlight it and then dragging files in. validations: required: true + - type: textarea + id: description + attributes: + label: ADB logcat of the app if necessary + description: | + If you have any logs that come up that the app is creating relevant to anything mentioned like app crashes, SafetyNet, etc, please send a GitHub Gist of them. Do not send a bug report ZIP to us. They may expose sensitive information. If you wish to send a bug report ZIP, please do so directly to a GrapheneOS project member or developer. + + Tip: You can attach images by clicking this area to highlight it and then dragging files in. + validations: + required: false - type: textarea id: extra_notes attributes: