Skip to content

Commit 144f244

Browse files
author
Kathy Qian
authored
Update bug_report.yml (#715)
* Update bug_report.yml * Require images and/or video.
1 parent dd2577c commit 144f244

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ body:
2727
label: Expected Behavior
2828
description: A concise description of what you expected to happen.
2929
validations:
30-
required: true
30+
required: true
3131
- type: textarea
3232
attributes:
3333
label: Steps To Reproduce
3434
description: |
35-
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.
35+
Please be detailed as possible here so we can help diagnose the issue.
3636
Issues cannot be accepted if they are too vague. For example, "project fails to build" would not be reproducible.
3737
placeholder: |
3838
1. Create new page
@@ -42,6 +42,14 @@ body:
4242
5. Observe that project doesn't build
4343
validations:
4444
required: true
45+
- type: checkboxes
46+
id: reproducible-from-blank
47+
attributes:
48+
label:
49+
description: The steps to reproduce *must* start from a blank project, page, or component, ensuring that it is a reproducible bug within FlutterFlow.
50+
options:
51+
- label: The steps to reproduce above start from a blank project.
52+
required: true
4553
- type: input
4654
id: bugcode
4755
attributes:
@@ -59,11 +67,22 @@ body:
5967
description: How has this issue affected you? What are you trying to accomplish?
6068
validations:
6169
required: true
70+
- type: textarea
71+
attributes:
72+
label: Visual documentation
73+
description: |
74+
Images and/or a brief video showing the the steps to reproduce the issue you are reporting.
75+
76+
Adding images and video snippets will help to speed up investigation and allow us to resolve issues more quickly.
77+
78+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
79+
validations:
80+
required: true
6281
- type: textarea
6382
attributes:
6483
label: Additional info
6584
description: |
66-
Screenshots / recordings, links, references, or anything else that will give us more context about the issue you are encountering.
85+
Any extra screenshots, recordings, links, references, or anything else that will give us more context about the issue you are encountering.
6786
6887
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
6988
validations:

0 commit comments

Comments
 (0)