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.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
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
2
5
3
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
-
* check the discussions forum https://github.com/riptideio/pymodbus/discussions
4
+
* check that your issue isn't already filed: https://github.com/pymodbus-dev/pymodbus/issues
5
+
* check the discussions forum https://github.com/pymodbus-dev/pymodbus/discussions
8
6
* prepare a short, runnable example that reproduce the issue with the latest development version of Pymodbus
├── v2.5.3 -> Examples not updated to version 3.0.0.
125
123
├── contrib -> Examples contributed by contributors.
126
124
127
-
Also, if you have a question, please `create a post in discussions q&a topic <https://github.com/riptideio/pymodbus/discussions/new?category=q-a>`_,
125
+
Also, if you have a question, please `create a post in discussions q&a topic <https://github.com/pymodbus-dev/pymodbus/discussions/new?category=q-a>`_,
128
126
so that others can benefit from the results.
129
127
130
-
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/riptideio/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup information.
128
+
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/pymodbus-dev/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup information.
Pymodbus also comes with a REPL server to quickly run an asynchronous server with additional capabilities out of the box like simulating errors, delay, mangled messages etc.
156
154
157
-
For more info on REPL Server refer `Pymodbus REPL Server <https://github.com/riptideio/pymodbus/tree/dev/pymodbus/repl>`_
155
+
For more info on REPL Server refer `Pymodbus REPL Server <https://github.com/pymodbus-dev/pymodbus/tree/dev/pymodbus/repl>`_
0 commit comments