Skip to content

Commit f0c3f46

Browse files
author
Kathy Qian
authored
Implement issue forms #540)
* Update bug_report.yml * Validate YAML * More updates to resolve errors * Bar syntax * More bar syntax * Update bug_report.yml * Update bug_report.yml
1 parent 6cc3a71 commit f0c3f46

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -7,80 +7,80 @@ body:
77
value: |
88
Thanks for reporting an issue! 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.
99
- type: checkboxes
10+
id: terms
1011
attributes:
11-
label: Is there an existing issue for this?
12+
label: Has your issue been reported?
1213
description: Please search to see if an issue already exists for the bug you encountered.
1314
options:
14-
- label: I have searched the existing issues
15-
required: true
15+
- label: I have searched the existing issues and confirm it has not been reported.
16+
required: true
1617
- type: textarea
17-
attributes:
18-
label: Current Behavior
19-
description: A concise description of what you're experiencing.
20-
validations:
21-
required: true
18+
attributes:
19+
label: Current Behavior
20+
description: A concise description of what you're experiencing.
21+
validations:
22+
required: true
2223
- type: textarea
2324
attributes:
2425
label: Expected Behavior
2526
description: A concise description of what you expected to happen.
2627
validations:
2728
required: true
28-
- type: textarea
29-
attributes:
30-
label: Steps To Reproduce
31-
description: Please be detailed as possible here so we can help diagnose the issue, ideally starting as close as possible to a blank project/page/component etc.
32-
Issues cannot be accepted if they are too vague. For example, "project fails to build" would not be reproducible.
33-
placeholder: |
34-
1. Create new page
35-
2. Add container widget
36-
3. Set width = 123
37-
4. Click Run
38-
5. Observe that project doesn’t build
39-
validations:
40-
required: true
29+
- type: textarea
30+
attributes:
31+
label: Steps To Reproduce
32+
description: |
33+
Please be detailed as possible here so we can help diagnose the issue, ideally starting as close as possible to a blank project/page/component etc.
34+
Issues cannot be accepted if they are too vague. For example, "project fails to build" would not be reproducible.
35+
placeholder: |
36+
1. Create new page
37+
2. Add container widget
38+
3. Set width = 123
39+
4. Click Run
40+
5. Observe that project doesn't build
41+
validations:
42+
required: true
4143
- type: input
4244
id: bugcode
4345
attributes:
4446
label: Bug Report Code
45-
description: Generate by right clicking inside Widget Tree and selecting "Get Bug Report Code".
46-
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”.
47-
If the bug is not specific to a widget, selecting any widget will work.
47+
description: |
48+
Generate by right clicking inside Widget Tree and selecting "Get Bug Report Code".
49+
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”.
50+
If the bug is not specific to a widget, selecting any widget will work.
4851
placeholder: ex. ITFXhfH104V2sdRE+aXIYflViiowGUwbUOc7j9VEGAsjCePkP4k1Pc7CUFZpSOqHTGxUPk6Ikk8fw+zOv+zhEewpAw+CGapawbphH1yjEA8=
4952
validations:
5053
required: true
51-
- type: textarea
54+
- type: textarea
5255
attributes:
5356
label: Context
5457
description: How has this issue affected you? What are you trying to accomplish?
5558
validations:
5659
required: true
57-
- type: textarea
58-
attributes:
59-
label: Additional info
60-
description: |
61-
Screenshots / recordings, links, references, or anything else that will give us more context about the issue you are encountering.
60+
- type: textarea
61+
attributes:
62+
label: Additional info
63+
description: |
64+
Screenshots / recordings, links, references, or anything else that will give us more context about the issue you are encountering.
6265
63-
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
64-
validations:
65-
required: false
66+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
67+
validations:
68+
required: false
6669
- type: textarea
67-
attributes:
68-
label: Environment
69-
description: |
70-
Include relevant details about the environment you experienced the bug in
71-
examples:
72-
- **FlutterFlow version**: v3.1 (released Feb 27, 2023)
73-
- **Platform** (e.g. Web, MacOS Desktop): Web
74-
- **Browser name and version** (web): Chrome 107.0.5304.110
75-
- **Operating system and version** (desktop): macOS Monterey 12.2.1
76-
value: |
77-
- FlutterFlow version:
78-
- Platform:
79-
- Browser name and version:
80-
- Operating system and version affected:
81-
render: markdown
82-
validations:
83-
required: false
84-
85-
86-
70+
attributes:
71+
label: Environment
72+
description: |
73+
Include relevant details about the environment you experienced the bug in.
74+
Examples:
75+
- **FlutterFlow version**: v3.1 (released Feb 27, 2023)
76+
- **Platform** (e.g. Web, MacOS Desktop): Web
77+
- **Browser name and version** (web): Chrome 107.0.5304.110
78+
- **Operating system and version** (desktop): macOS Monterey 12.2.1
79+
value: |
80+
- FlutterFlow version:
81+
- Platform:
82+
- Browser name and version:
83+
- Operating system and version affected:
84+
render: markdown
85+
validations:
86+
required: false

0 commit comments

Comments
 (0)