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
+46-7Lines changed: 46 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,12 @@ body:
17
17
18
18
* Please try the `nightly` build first, if you are not already using it. It's very likely that the bug is already fixed. See [here](https://mr-manuel.github.io/venus-os_dbus-serialbattery_docs/general/install#nightly-build) how to install it.
19
19
20
+
* Did you reboot at least once after you saw the issue? If not, reboot and check if the issue still exists.
21
+
20
22
* Please read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).
21
23
24
+
* Make sure to provide the logfiles in the correct format with a READABLE timestamp.
25
+
22
26
- type: textarea
23
27
id: description
24
28
attributes:
@@ -51,6 +55,20 @@ body:
51
55
validations:
52
56
required: true
53
57
58
+
- dropdown:
59
+
id: install_method
60
+
attributes:
61
+
label: Installation method
62
+
description: Select how you installed the driver.
63
+
multiple: false
64
+
options:
65
+
- ⚠️ Choose your option ⚠️
66
+
- Install script from the documentation
67
+
- Install script present in the driver folder
68
+
- SFTP upload
69
+
- USB stick
70
+
- Other (please describe in the last textfield how you installed the driver)
description: Select how you connected your battery to the Venus OS device.
161
183
multiple: false
162
184
options:
163
-
- Please select
185
+
- ⚠️ Choose your option ⚠️
164
186
- Serial USB adapter to TTL
165
187
- Serial USB adapter to RS485
166
188
- Raspberry Pi RS485 HAT
@@ -169,12 +191,29 @@ body:
169
191
validations:
170
192
required: true
171
193
194
+
- type: dropdown
195
+
id: usb_hub
196
+
attributes:
197
+
label: USB hub
198
+
description: |
199
+
Select if you use a USB hub to connect the Serial USB adapter to the Venus OS device.
200
+
201
+
⚠️ **IMPORTANT:** If you use a USB hub, try to connect the Serial USB adapter directly to the Venus OS device to see if the issue still exists.
202
+
multiple: false
203
+
options:
204
+
- ⚠️ Choose your option ⚠️
205
+
- No
206
+
- Yes, no external power supply
207
+
- Yes, with external power supply
208
+
validations:
209
+
required: true
210
+
172
211
- type: textarea
173
212
id: config
174
213
attributes:
175
214
label: Config file
176
215
description: |
177
-
Paste your `config.ini` file here. See [here](https://mr-manuel.github.io/venus-os_dbus-serialbattery_docs/general/install#settings-locationpath) where you can find it. DO NOT COPY the `config.default.ini` here. The content will be automatically formatted into code, so no need for backticks.
216
+
Paste your `config.ini` file here. See [here](https://mr-manuel.github.io/venus-os_dbus-serialbattery_docs/general/install#settings-locationpath) where you can find it. DO NOT COPY the `config.default.ini` here. The content will be automatically formatted into code, so no need for tripple backticks.
178
217
render: ini
179
218
validations:
180
219
required: true
@@ -184,7 +223,7 @@ body:
184
223
attributes:
185
224
label: Relevant log output
186
225
description: |
187
-
Please copy and paste any relevant log output here. See [here](https://mr-manuel.github.io/venus-os_dbus-serialbattery_docs/troubleshoot/#driver-log-files) how to get the driver log files. The content will be automatically formatted into code, so no need for backticks.
226
+
Please copy and paste any relevant log output here. See [here](https://mr-manuel.github.io/venus-os_dbus-serialbattery_docs/troubleshoot/#driver-log-files) how to get the driver log files. The content will be automatically formatted into code, so no need for tripple backticks.
188
227
189
228
⚠️ **IMPORTANT:** Do not forget to pipe the output through `tai64nlocal`, if you don't copy the commands from the documentation.
190
229
render: shell
@@ -195,4 +234,4 @@ body:
195
234
id: other
196
235
attributes:
197
236
label: Any other information that may be helpful
198
-
description: Leave empty, if you already said all
237
+
description: If you are using a USB hub, paste a link to it here. Leave empty, if you already said all.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/support_request.yml
+47-6Lines changed: 47 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,12 @@ body:
17
17
18
18
* Please try the `nightly` build first, if you are not already using it. It's very likely that the bug is already fixed. See [here](https://mr-manuel.github.io/venus-os_dbus-serialbattery_docs/general/install#nightly-build) how to install it.
19
19
20
+
* Did you reboot at least once after you saw the issue? If not, reboot and check if the issue still exists.
21
+
20
22
* Please read the complete [changelog](https://github.com/mr-manuel/dbus-serialbattery/blob/master/CHANGELOG.md).
21
23
24
+
* Make sure to provide the logfiles in the correct format with a READABLE timestamp.
25
+
22
26
- type: textarea
23
27
id: description
24
28
attributes:
@@ -29,6 +33,20 @@ body:
29
33
validations:
30
34
required: true
31
35
36
+
- dropdown:
37
+
id: install_method
38
+
attributes:
39
+
label: Installation method
40
+
description: Select how you installed the driver.
41
+
multiple: false
42
+
options:
43
+
- ⚠️ Choose your option ⚠️
44
+
- Install script from the documentation
45
+
- Install script present in the driver folder
46
+
- SFTP upload
47
+
- USB stick
48
+
- Other (please describe in the last textfield how you installed the driver)
0 commit comments