brainelectronics / micropython-modbus

MicroPython Modbus RTU Slave/Master and TCP Server/Slave library
GNU General Public License v3.0
115 stars 47 forks source link

Add issue template file #46

Closed brainelectronics closed 1 year ago

brainelectronics commented 1 year ago

Fill existing contribution markdown file in the docs folder with content.

Also add an issues and PR template file

brainelectronics commented 1 year ago

Every issue should be reported with the used version of this lib and steps to reproduce the issue, e.g.

import os
from umodbus import version

print("MicroPython infos: {}".format(os.uname()))
print("Used micropthon-modbus version: {}".format(version.__version__))
# Used MicroPython infos: (...)
# Used micropython-modbus version: 2.1.0-rc15.dev39