@@ -27,12 +27,12 @@ body:
27
27
label : Expected Behavior
28
28
description : A concise description of what you expected to happen.
29
29
validations :
30
- required : true
30
+ required : true
31
31
- type : textarea
32
32
attributes :
33
33
label : Steps To Reproduce
34
34
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.
36
36
Issues cannot be accepted if they are too vague. For example, "project fails to build" would not be reproducible.
37
37
placeholder : |
38
38
1. Create new page
42
42
5. Observe that project doesn't build
43
43
validations :
44
44
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
45
53
- type : input
46
54
id : bugcode
47
55
attributes :
@@ -59,11 +67,22 @@ body:
59
67
description : How has this issue affected you? What are you trying to accomplish?
60
68
validations :
61
69
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
62
81
- type : textarea
63
82
attributes :
64
83
label : Additional info
65
84
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.
67
86
68
87
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
69
88
validations :
0 commit comments