From c0f4fcd62f0350bfb41f158c4154b8912cf4f3ed Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Tue, 25 Oct 2016 18:29:10 +0200 Subject: [PATCH] Added section for in-app debug log to ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6a7ba75d..c5801dfe 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -40,3 +40,11 @@ Please post the output of adb logcat. The log should begin with the start of Dia ```` adb logcat -s com.github.dfa.diaspora_android ```` + +#### In-App debug log + +This is useful for visual bugs without application crashes + +```` +You can long click on the in-app debug log in order to copy it to the clipboard +````