From 0f8de3c107fc071305bb0b98123fdbc8feeb20f6 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Mon, 16 Sep 2024 00:03:35 +0530 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 88e45ec2..49dfe609 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,16 +7,23 @@ assignees: '' --- -**Describe the bug/problem** +#### Describe the bug/problem _Please describe the bug/problem here_ -**Steps to Reproduce the bug/problem** +#### Steps to Reproduce the bug/problem _Please provide the steps to reproduce the behaviour. Screenshot(s)/image(s) are preferred to help explain it better_ -**Expected behavior** +#### Expected behavior _Description of what you expected to happen_ -**Device Info (The device where you encountered this issue):** +#### Device Info (The device where you encountered this issue) - OS: [e.g. Windows, MacOS] - Version: [e.g. Catalina 10.15.7, Monterey 12.3.1, Windows 11 22H2] - Browser (only if you encountered the issue while running the web app): [e.g. chrome, safari] + +#### Flutter Doctor +Please run the `flutter doctor -v` command and provide the details below: + +``` + +```