Skip to content

Commit afa1a27

Browse files
committed
update
1 parent eeb9497 commit afa1a27

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ Contribute to Pyverilog
5555

5656
Pyverilog project always welcomes questions, bug reports, feature proposals, and pull requests on GitHub.
5757

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 on GitHub.
61+
62+
### for pull requests
63+
64+
Pyverilog uses **pytest** for the integration testing.
65+
**When you send a pull request, please include a test example with pytest.**
66+
If the requested codes passes the testing successfully and have no obvious problem, they will be merged to the *develop* branch.
5967

6068

6169
Documentation

README.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,18 @@ Contribute to Pyverilog
5959
Pyverilog project always welcomes questions, bug reports, feature
6060
proposals, and pull requests on GitHub.
6161

62-
Pyverilog uses pytest for the integration testing. When you send a pull
63-
request, please include a test example with pytest.
62+
for questions, bug reports, and feature proposals
63+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64+
65+
Please leave your comment on the issue tracker on GitHub.
66+
67+
for pull requests
68+
~~~~~~~~~~~~~~~~~
69+
70+
Pyverilog uses **pytest** for the integration testing. **When you send a
71+
pull request, please include a test example with pytest.** If the
72+
requested codes passes the testing successfully and have no obvious
73+
problem, they will be merged to the *develop* branch.
6474

6575
Documentation
6676
=============

0 commit comments

Comments
 (0)