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
@@ -53,9 +53,20 @@ You can create your own design analyzer, code translator and code generator of V
53
53
Contribute to Pyverilog
54
54
==============================
55
55
56
-
Pyverilog project always welcomes questions, bug reports, feature proposals, and pull requests on GitHub.
56
+
Pyverilog project always welcomes questions, bug reports, feature proposals, and pull requests on [GitHub](https://github.com/PyHDI/Pyverilog).
57
57
58
-
Pyverilog uses pytest for the integration testing. When you send a pull request, please include a test example with pytest.
58
+
### for questions, bug reports, and feature proposals
59
+
60
+
Please leave your comment on the [issue tracker](https://github.com/PyHDI/Pyverilog/issues) on GitHub.
61
+
62
+
### for pull requests
63
+
64
+
Please check "CONTRIBUTORS.md" for the contributors who provided pull requests.
65
+
66
+
Pyverilog uses **pytest** for the integration testing. **When you send a pull request, please include a testing example with pytest.**
67
+
To write a testing code, please refer the existing testing examples in "tests" directory.
68
+
69
+
If the requested codes passes the testing successfully and have no obvious problem, they will be merged to the *develop* branch by the main committers.
0 commit comments