Skip to content

Commit 5612e9e

Browse files
authored
Update BUG.md
1 parent 7e92266 commit 5612e9e

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
---
2-
name: I have a problem with go-flutter.
2+
name: I have a problem with go-flutter hover.
33
about: You are writing an application with Flutter but the application is
4-
crashing, throws an exception or something looks wrong.
4+
not compiling, crashing, throwing an exception or something looks wrong.
55
---
66

77
<!-- Thank you for trying go-flutter! -->
88

9-
## Flutter version
9+
## hover doctor version
1010

11-
<!-- Please tell us wich flutter version are you using, we generally try to stay compatible with the beta channel. Run `flutter --version` to get the version -->
11+
<!-- Please tell us information about the installed tooling. Run `hover doctor` in your project!-->
1212

1313
```
14-
Flutter x.xx.x • channel beta • https://github.com/flutter/flutter.git
15-
Framework • revision xxxxxxxxxx (x weeks ago) • xxxxxxxxxxxxxxxxxxxxxxxx
16-
Engine • revision xxxxxxxxxx
17-
Tools • Dart x.x.x (build xxxxxxxxxx)
18-
```
19-
20-
## Golang errors (Optional)
21-
22-
<!-- If compilation fails, please tell us the output of go build -->
23-
<!-- Please make sure you followed the README.md instructions -->
24-
25-
```
26-
Golang's compiling errors
14+
$ hover doctor
15+
hover: Running on linux
16+
hover: Docker installed: true
17+
hover: Sharing flutter version
18+
[.....]
2719
```
2820

2921
## Steps to Reproduce
@@ -37,7 +29,3 @@ Golang's compiling errors
3729
If the problem is with your application's rendering, then please attach
3830
a screenshot and explain what the problem is.
3931
-->
40-
41-
1. xxx
42-
2. xxx
43-
3. xxx

0 commit comments

Comments
 (0)