You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@ body:
21
21
22
22
* Please read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).
23
23
24
-
* Make sure to provide the logfiles in the correct format with a READABLE timestamp.
24
+
* Make sure to provide the logfiles in the correct format with a human READABLE timestamp by piping the output through `tai64nlocal` (just copy the WHOLE command in the documentation).
25
+
26
+
Wrong: `@4000000067d9220b2652dc14`
27
+
28
+
Correct: `2025-03-18 07:34:25.642964500`
25
29
26
30
- type: textarea
27
31
id: description
@@ -235,3 +239,21 @@ body:
235
239
attributes:
236
240
label: Any other information that may be helpful
237
241
description: If you are using a USB hub, paste a link to it here. Leave empty, if you already said all.
242
+
243
+
- type: checkboxes
244
+
id: read_instructions
245
+
attributes:
246
+
label: Please confirm that you have completed the following steps before submitting your support request
247
+
options:
248
+
- label: 'I have carefully read all the instructions above including the descriptions.'
249
+
required: true
250
+
- label: 'I have tried the `nightly` build first, if I was not already using it. This means the logs I provide are from the `nightly` build.'
251
+
required: true
252
+
- label: 'I have rebooted at least once after I saw the issue.'
253
+
required: true
254
+
- label: 'I have read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).'
255
+
required: true
256
+
- label: 'I have provided the logfiles in the correct format with a human READABLE timestamp.'
257
+
required: true
258
+
- label: 'I have clicked all checkboxes because I did not read the instructions.'
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/support_request.yml
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@ body:
21
21
22
22
* Please read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).
23
23
24
-
* Make sure to provide the logfiles in the correct format with a READABLE timestamp.
24
+
* Make sure to provide the logfiles in the correct format with a human READABLE timestamp by piping the output through `tai64nlocal` (just copy the WHOLE command in the documentation).
25
+
26
+
Wrong: `@4000000067d9220b2652dc14`
27
+
28
+
Correct: `2025-03-18 07:34:25.642964500`
25
29
26
30
- type: textarea
27
31
id: description
@@ -212,3 +216,21 @@ body:
212
216
attributes:
213
217
label: Any other information that may be helpful
214
218
description: If you are using a USB hub, paste a link to it here. Leave empty, if you already said all.
219
+
220
+
- type: checkboxes
221
+
id: read_instructions
222
+
attributes:
223
+
label: Please confirm that you have completed the following steps before submitting your support request
224
+
options:
225
+
- label: 'I have carefully read all the instructions above including the descriptions.'
226
+
required: true
227
+
- label: 'I have tried the `nightly` build first, if I was not already using it. This means the logs I provide are from the `nightly` build.'
228
+
required: true
229
+
- label: 'I have rebooted at least once after I saw the issue.'
230
+
required: true
231
+
- label: 'I have read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).'
232
+
required: true
233
+
- label: 'I have provided the logfiles in the correct format with a human READABLE timestamp.'
234
+
required: true
235
+
- label: 'I have clicked all checkboxes because I did not read the instructions.'
0 commit comments