From 53bf9d79bbaa6df196adf4bb7690b7687802c04c Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Sat, 11 Jan 2020 11:04:29 -0800 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/BUG.md | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index a046d34bd4..d35aae0a12 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