Skip to content

Commit 2985988

Browse files
authored
Issue template (#225)
* Create ISSUE_TEMPLATE.md * Move Issue template to .github directory
1 parent 336c46c commit 2985988

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
Please use the Pymodbus gitter channel at https://gitter.im/pymodbus_dev/Lobby or Stack Overflow(tag [pymodbus](https://stackoverflow.com/questions/tagged/pymodbus) for
3+
support questions.
4+
5+
Before opening a new issue, make sure you do the following:
6+
* check that your issue isn't already filed: https://github.com/riptideio/pymodbus/issues
7+
* prepare a short, runnable example that reproduce the issue with the latest development version of Pymodbus
8+
-->
9+
10+
### Versions
11+
12+
* Python:
13+
* OS:
14+
* Pymodbus:
15+
* Modbus Hardware (if used):
16+
17+
18+
### Description
19+
20+
What were you trying, what has happened, what went wrong, and what did you expect?
21+
22+
### Code and Logs
23+
24+
```python
25+
# code and logs here.
26+
27+
```

0 commit comments

Comments
 (0)