Update bug_report.md

This commit is contained in:
Ashita Prasad
2024-09-16 00:03:35 +05:30
committed by GitHub
parent 5b7fb9d9e2
commit 0f8de3c107

View File

@@ -7,16 +7,23 @@ assignees: ''
--- ---
**Describe the bug/problem** #### Describe the bug/problem
_Please describe the bug/problem here_ _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_ _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_ _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] - OS: [e.g. Windows, MacOS]
- Version: [e.g. Catalina 10.15.7, Monterey 12.3.1, Windows 11 22H2] - 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] - 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:
```
<insert flutter doctor output here>
```