Commit f18f8953 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Update ISSUE_TEMPLATE.md (#6188)

* Update ISSUE_TEMPLATE.md

Let's move the flutter doctor stuff last since it's usually not as critical as the logs.

* Update ISSUE_TEMPLATE.md
parent 596637ad
## Steps to Reproduce
Please tell us what you were doing and what went wrong. If you are running flutter tools from the command line, please try adding the -v or --verbose to gather more information.
Please tell us what you were doing and what went wrong. If you are running flutter tools from the command line, please try adding the `-v` or `--verbose` option to gather more information.
## Flutter Doctor
If the problem is with your application's rendering, please attach a screenshot and any relevant source code.
Paste the output of running `flutter doctor` here.
## Logs
## Logs and Crash Reports
Run your application with `flutter run` and attach all the log output.
Please attach any relevent logs or crash reports.
Run `flutter analyze` and attach any output of that command also.
## Flutter Doctor
Paste the output of running `flutter doctor` here.
> For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment