mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update BUG.md (#48539)
Let's try simplifying the template to see if people are able to give us the information we actually need. Things like target platform should be in the logs so if they give us that we don't need to ask for it specifically. People seem to generally be good about saying "iOS only" etc. They don't seem to be good about giving us repro test cases.
This commit is contained in:
parent
5129c2d295
commit
53bf9d79bb
32
.github/ISSUE_TEMPLATE/BUG.md
vendored
32
.github/ISSUE_TEMPLATE/BUG.md
vendored
@ -23,32 +23,18 @@ assignees: ''
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
<!--
|
||||
Please tell us exactly how to reproduce the problem you are running into.
|
||||
<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
|
||||
|
||||
Please attach a small application (ideally just one main.dart file) that
|
||||
reproduces the problem. You could use https://gist.github.com/ for this.
|
||||
1. Run `flutter create bug`.
|
||||
2. Update the files as follows: ... <!-- include every file that is different from the template app! -->
|
||||
3. ... <!-- describe how to reproduce the problem -->
|
||||
|
||||
If the problem is with your application's rendering, then please attach
|
||||
a screenshot and explain what the problem is.
|
||||
-->
|
||||
**Expected results:** <!-- what did you want to see? -->
|
||||
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
**Actual results:** <!-- what did you see? -->
|
||||
|
||||
<!--
|
||||
Please tell us which target platform(s) the problem occurs (Android / iOS / Web / macOS / Linux / Windows)
|
||||
Which target OS version, for Web, browser, is the test system running?
|
||||
Does the problem occur on emulator/simulator as well as on physical devices?
|
||||
-->
|
||||
|
||||
**Target Platform:**
|
||||
**Target OS version/browser:**
|
||||
**Devices:**
|
||||
|
||||
|
||||
## Logs
|
||||
<details>
|
||||
<summary>Logs</summary>
|
||||
|
||||
<!--
|
||||
Run your application with `flutter run --verbose` and attach all the
|
||||
@ -72,3 +58,5 @@ assignees: ''
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user