Skip to content

Commit 59fdc3a

Browse files
add modbus version input filed in issues template
1 parent 8d8ff26 commit 59fdc3a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@ body:
5151
- other
5252
validations:
5353
required: true
54+
- type: textarea
55+
id: modbus-version
56+
attributes:
57+
label: MicroPython Modbus version
58+
description: Which version of this lib are you using?
59+
value: |
60+
# e.g. v2.3.3
61+
# use the following command to get the used version
62+
import os
63+
from umodbus import version
64+
print('MicroPython infos:', os.uname())
65+
print('Used micropthon-modbus version:', version.__version__))
66+
render: python
67+
validations:
68+
required: true
5469
- type: textarea
5570
id: logs
5671
attributes:

0 commit comments

Comments
 (0)