diff --git a/.github/ISSUE_TEMPLATE/ACTIVATION.md b/.github/ISSUE_TEMPLATE/ACTIVATION.md index d68e22f1fa..547c311ba4 100644 --- a/.github/ISSUE_TEMPLATE/ACTIVATION.md +++ b/.github/ISSUE_TEMPLATE/ACTIVATION.md @@ -1,45 +1,45 @@ ---- -name: I am having difficulty installing Flutter or getting it to work -about: You have run into problems while downloading or installing Flutter, - or the "flutter" tool is crashing, or you are running into some other - issue before even being able to use "flutter run". - ---- - - - -## Steps to Reproduce - - - -1. ... -2. ... -3. ... - -## Logs - - - -``` -``` - - - -``` -``` +--- +name: I am having difficulty installing Flutter or getting it to work +about: You have run into problems while downloading or installing Flutter, or the + "flutter" tool is crashing, or you are running into some other issue before even + being able to use "flutter run". + +--- + + + +## Steps to Reproduce + + + +1. ... +2. ... +3. ... + +## Logs + + + +``` +``` + + + +``` +``` diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 02157edfee..2e77950c8b 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -1,61 +1,60 @@ ---- -name: I have a problem with my Flutter application. -about: You are writing an application with Flutter but a widget is rendering - incorrectly, the application is crashing, there's an exception in the logs, - a widget is behaving badly, or some other such problem is manifesting. - ---- - - - -## Steps to Reproduce - - - -1. ... -2. ... -3. ... - -## Logs - - - -``` -``` - - - -``` -``` - - - -``` -``` +--- +name: I have a problem with my Flutter application. +about: You are writing an application with Flutter but the application is crashing + or throws an exception, a widget is buggy, or something looks wrong. + +--- + + + +## Steps to Reproduce + + + +1. ... +2. ... +3. ... + +## Logs + + + +``` +``` + + + +``` +``` + + + +``` +```