mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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
This commit is contained in:
parent
596637ade4
commit
f18f895392
@ -1,14 +1,17 @@
|
|||||||
## Steps to Reproduce
|
## 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.
|
||||||
|
|
||||||
|
If the problem is with your application's rendering, please attach a screenshot and any relevant source code.
|
||||||
|
|
||||||
|
## Logs
|
||||||
|
|
||||||
|
Run your application with `flutter run` and attach all the log output.
|
||||||
|
|
||||||
|
Run `flutter analyze` and attach any output of that command also.
|
||||||
|
|
||||||
## Flutter Doctor
|
## Flutter Doctor
|
||||||
|
|
||||||
Paste the output of running `flutter doctor` here.
|
Paste the output of running `flutter doctor` here.
|
||||||
|
|
||||||
## Logs and Crash Reports
|
|
||||||
|
|
||||||
Please attach any relevent logs or crash reports.
|
|
||||||
|
|
||||||
|
|
||||||
> For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).
|
> For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).
|
||||||
|
Loading…
Reference in New Issue
Block a user