diff --git a/.github/ISSUE_TEMPLATE/2_bug.md b/.github/ISSUE_TEMPLATE/2_bug.md index 275decdfdf..15dce89005 100644 --- a/.github/ISSUE_TEMPLATE/2_bug.md +++ b/.github/ISSUE_TEMPLATE/2_bug.md @@ -23,16 +23,37 @@ assignees: '' ## Steps to Reproduce - + -1. Run `flutter create bug`. -2. Update the files as follows: ... -3. ... +1. Execute `flutter run` on the code sample +2. ... +3. ... **Expected results:** **Actual results:** +
+Code sample + + + +```dart +``` + +
+
Logs @@ -60,3 +81,12 @@ assignees: '' ```
+ + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_feature_request.md b/.github/ISSUE_TEMPLATE/3_feature_request.md index 0e851e47c1..98fac481c3 100644 --- a/.github/ISSUE_TEMPLATE/3_feature_request.md +++ b/.github/ISSUE_TEMPLATE/3_feature_request.md @@ -38,7 +38,10 @@ assignees: ''