File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -105,3 +105,35 @@ body:
105
105
render : markdown
106
106
validations :
107
107
required : true
108
+ - type : markdown
109
+ attributes :
110
+ value : " ## Please fill out the following section for Data Loss issues"
111
+ - type : checkboxes
112
+ id : dataloss1
113
+ attributes :
114
+ label : General
115
+ options :
116
+ - label : I was collaborating with other users in the same project prior to data loss
117
+ - label : I navigated between different project views leading up to data loss
118
+ - label : The UI was running very slowly prior to data loss
119
+ - label : A crash or other bug occurred prior to data loss
120
+ - label : Data was not saved in a snapshot
121
+ - type : checkboxes
122
+ id : dataloss2
123
+ attributes :
124
+ label : Relative to the time the changes were made, data was lost within:
125
+ options :
126
+ - label : 1 minute
127
+ - label : 1 hour
128
+ - label : 1 day
129
+ - label : 1 week
130
+ - type : checkboxes
131
+ id : dataloss3
132
+ attributes :
133
+ label : When following my steps to reproduce, data loss happens:
134
+ options :
135
+ - label : ~100% of the time
136
+ - label : ~50% of the time
137
+ - label : ~10% of the time
138
+ - label : ~1% of the time
139
+ - label : Very rarely or only encountered once
You can’t perform that action at this time.
0 commit comments