diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index a046d34bd4a..d35aae0a125 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -23,32 +23,18 @@ assignees: '' ## Steps to Reproduce - - 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: ... +3. ... - If the problem is with your application's rendering, then please attach - a screenshot and explain what the problem is. ---> +**Expected results:** -1. ... -2. ... -3. ... +**Actual results:** - - -**Target Platform:** -**Target OS version/browser:** -**Devices:** - - -## Logs +
+ Logs