Update issue templates (#17250)

The "about" text was apparently too long.
This commit is contained in:
Ian Hickson 2018-05-03 14:51:20 -07:00 committed by GitHub
parent d0125d94b0
commit 031730820e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 105 additions and 106 deletions

View File

@ -1,8 +1,8 @@
--- ---
name: I am having difficulty installing Flutter or getting it to work name: I am having difficulty installing Flutter or getting it to work
about: You have run into problems while downloading or installing Flutter, about: You have run into problems while downloading or installing Flutter, or the
or the "flutter" tool is crashing, or you are running into some other "flutter" tool is crashing, or you are running into some other issue before even
issue before even being able to use "flutter run". being able to use "flutter run".
--- ---

View File

@ -1,8 +1,7 @@
--- ---
name: I have a problem with my Flutter application. name: I have a problem with my Flutter application.
about: You are writing an application with Flutter but a widget is rendering about: You are writing an application with Flutter but the application is crashing
incorrectly, the application is crashing, there's an exception in the logs, or throws an exception, a widget is buggy, or something looks wrong.
a widget is behaving badly, or some other such problem is manifesting.
--- ---