From e38d1dfdc431294464914fee826d5da029a28032 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 13 Feb 2021 16:07:30 -0500 Subject: [PATCH] [SKIP CI] Add instructions on how to get crash logs in issue templates (cherry picked from commit 03ad48c0556b74180efd44843157cc6b83cbffc1) --- .github/ISSUE_TEMPLATE.md | 2 ++ .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f8e7fd4a3..ad82cdbb2 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -24,3 +24,5 @@ I acknowledge that: ## Other details Additional details and attachments. + +If you're experiencing crashes, share the crash logs from More → Settings → Advanced → Dump crash logs. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f4b5dac51..8c83f65a1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,3 +34,5 @@ This happened instead. ## Other details Additional details and attachments. + +If you're experiencing crashes, share the crash logs from More → Settings → Advanced → Dump crash logs.