Skip to content

Commit cf5f428

Browse files
committed
update
1 parent afa1a27 commit cf5f428

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Main Committer
1+
Main Committers
22
====================
33

44
- Shinya Takamaeda-Yamazaki (@shtaxxx)

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@ You can create your own design analyzer, code translator and code generator of V
5353
Contribute to Pyverilog
5454
==============================
5555

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).
5757

5858
### for questions, bug reports, and feature proposals
5959

60-
Please leave your comment on the issue tracker on GitHub.
60+
Please leave your comment on the [issue tracker](https://github.com/PyHDI/Pyverilog/issues) on GitHub.
6161

6262
### for pull requests
6363

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.
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 test example with pytest.**
67+
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.
6768

6869

6970
Documentation

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,26 @@ Contribute to Pyverilog
5757
=======================
5858

5959
Pyverilog project always welcomes questions, bug reports, feature
60-
proposals, and pull requests on GitHub.
60+
proposals, and pull requests on
61+
`GitHub <https://github.com/PyHDI/Pyverilog>`__.
6162

6263
for questions, bug reports, and feature proposals
6364
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6465

65-
Please leave your comment on the issue tracker on GitHub.
66+
Please leave your comment on the `issue
67+
tracker <https://github.com/PyHDI/Pyverilog/issues>`__ on GitHub.
6668

6769
for pull requests
6870
~~~~~~~~~~~~~~~~~
6971

72+
Please check CONTRIBUTORS.md for the contributors who provided pull
73+
requests.
74+
7075
Pyverilog uses **pytest** for the integration testing. **When you send a
7176
pull request, please include a test example with pytest.** If the
7277
requested codes passes the testing successfully and have no obvious
73-
problem, they will be merged to the *develop* branch.
78+
problem, they will be merged to the *develop* branch by the main
79+
committers.
7480

7581
Documentation
7682
=============

0 commit comments

Comments
 (0)