Skip to content

Commit 189085d

Browse files
authored
Update bug_report.yml
- Add section for data loss bugs.
1 parent 26233e2 commit 189085d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,35 @@ body:
105105
render: markdown
106106
validations:
107107
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

0 commit comments

Comments
 (0)