Skip to content

Commit 6cc3a71

Browse files
author
Kathy Qian
authored
Restore bug_report.md
1 parent ebe5bf2 commit 6cc3a71

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Report a reproducible bug or regression.
4+
title: ''
5+
labels: 'status: needs triage'
6+
assignees: ''
7+
8+
---
9+
10+
Issue tracker is **ONLY** used for reporting bugs. New feature suggestions and questions should be discussed on Community or submitted through our user feedback form.
11+
12+
Your issue may already be reported! Please search in the [issue tracker](../) before creating one.
13+
14+
Please **thumbs up** this issue if you have also experienced it. You may also add more information if there is something relevant that was not mentioned. However, please refrain from comments that are not constructive, like "I have this problem too", etc.
15+
16+
17+
## Expected behavior (required)
18+
<!-- A clear and concise description of what you expected to happen. -->
19+
20+
21+
## Current behavior (required)
22+
<!-- What happens instead of the expected behavior. -->
23+
24+
## To Reproduce (required)
25+
<!-- Please be detailed as possible here so we can help diagnose the issue. Issues cannot be accepted if they are too vague. For example, "project fails to build" could be better reported as:
26+
1. Create new page
27+
2. Add container widget
28+
3. Set width = 123
29+
4. Click Run
30+
5. Observe that project doesn’t build
31+
32+
Code can be included in this section if it is relevant to reproducing the bug.
33+
-->
34+
35+
Steps to reproduce the behavior:
36+
1.
37+
2.
38+
3.
39+
4.
40+
41+
### Bug Report Code (required, generate by right clicking inside Widget Tree and clicking "Get Bug Report Code")
42+
<!-- This helps the team assess your issue. Create a code by going to the widget tree, right clicking on the affected widget, and selecting “Get Bug Report Code”. If the bug is not specific to a widget, selecting any widget will work. -->
43+
44+
45+
## Context (required)
46+
<!-- How has this issue affected you? What are you trying to accomplish? -->
47+
48+
49+
## Screenshots / recordings
50+
<!-- If applicable, add screenshots to help explain your problem. -->
51+
52+
## Your environment
53+
<!--- Include relevant details about the environment you experienced the bug in -->
54+
* Version of FlutterFlow used:
55+
* Platform (e.g. Web, MacOS Desktop):
56+
* Browser name and version:
57+
* Operating system and version (desktop or mobile):
58+

0 commit comments

Comments
 (0)