flutter/ISSUE_TEMPLATE.md

19 lines
852 B
Markdown
Raw Normal View History

2016-03-26 03:17:22 +00:00
## Steps to Reproduce
2016-02-17 23:28:26 +00:00
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.
2016-02-17 23:28:26 +00:00
If the problem is with your application's rendering, please attach a screenshot and any relevant source code.
2016-11-02 17:00:58 +00:00
If you are getting an exception in the logs, and your code is implicated in the first few frames, then please include the source code for the functions involved.
2016-02-17 23:28:26 +00:00
## Logs
2016-02-17 23:28:26 +00:00
Run your application with `flutter run` and attach all the log output.
2016-02-17 23:28:26 +00:00
Run `flutter analyze` and attach any output of that command also.
2016-03-26 03:17:22 +00:00
## Flutter Doctor
Paste the output of running `flutter doctor` here.
2016-03-26 03:17:22 +00:00
> For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).