Skip to content

Commit 8874c19

Browse files
committed
Updated issue templates
1 parent 986e6f2 commit 8874c19

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ body:
2121
2222
* Please read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).
2323
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`
2529
2630
- type: textarea
2731
id: description
@@ -235,3 +239,21 @@ body:
235239
attributes:
236240
label: Any other information that may be helpful
237241
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.'
259+
required: false

.github/ISSUE_TEMPLATE/support_request.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ body:
2121
2222
* Please read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).
2323
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`
2529
2630
- type: textarea
2731
id: description
@@ -212,3 +216,21 @@ body:
212216
attributes:
213217
label: Any other information that may be helpful
214218
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.'
236+
required: false

0 commit comments

Comments
 (0)