Skip to content

Commit 450906c

Browse files
authored
Update 2_bug.md to ask for backtrace explicitly (#103001)
1 parent 67dd01e commit 450906c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/2_bug.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ assignees: ''
6161
Run your application with `flutter run --verbose` and attach all the
6262
log output below between the lines with the backticks. If there is an
6363
exception, please see if the error message includes enough information
64-
to explain how to solve the issue.
64+
to explain how to solve the issue. If there is a crash, please include
65+
the entirety of the crash log including the backtrace.
6566
-->
6667

6768
```

0 commit comments

Comments
 (0)