From f938ba81ec98f06f508dbdceeabd29a0ea7bf1af Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 16 Jan 2023 17:28:57 +0100 Subject: [PATCH] feat: explain how to capture crash logs [skip ci] --- .github/ISSUE_TEMPLATE/bug-issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index becd17bd6..193df90b4 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -36,7 +36,7 @@ body: - type: textarea attributes: label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. Capture crash logs by running `logcat | grep AndroidRuntime`. render: shell validations: required: true @@ -70,4 +70,4 @@ body: - label: I have written a short but informative title. required: true - label: I filled out all of the requested information in this issue properly. - required: true \ No newline at end of file + required: true