From 48b56d5c7fbd920a433dc22ac5e3c378bfbd6ec6 Mon Sep 17 00:00:00 2001 From: Han Date: Thu, 16 Mar 2023 14:11:33 +0800 Subject: [PATCH] Create bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 93 ++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..b2fe480 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,93 @@ +--- +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. +title: '' +labels: '' +assignees: '' + +--- + + + +## Steps to Reproduce + + + +1. Execute `flutter run` on the code sample +2. ... +3. ... + +**Expected results:** + +**Actual results:** + +
+Code sample + + + +```dart +``` + +
+ +
+ Logs + + + +``` +``` + + + +``` +``` + + + +``` +``` + +
+ + +