From 450906cbde1e4b31b630c6d068cbe23f5a1c62db Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 24 Jun 2022 13:35:06 -0700 Subject: [PATCH] Update 2_bug.md to ask for backtrace explicitly (#103001) --- .github/ISSUE_TEMPLATE/2_bug.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug.md b/.github/ISSUE_TEMPLATE/2_bug.md index 15dce8900575..ac488ceeec8e 100644 --- a/.github/ISSUE_TEMPLATE/2_bug.md +++ b/.github/ISSUE_TEMPLATE/2_bug.md @@ -61,7 +61,8 @@ assignees: '' Run your application with `flutter run --verbose` and attach all the log output below between the lines with the backticks. If there is an exception, please see if the error message includes enough information - to explain how to solve the issue. + to explain how to solve the issue. If there is a crash, please include + the entirety of the crash log including the backtrace. --> ```