Skip to content

Commit 86857bd

Browse files
committed
Merge branch 'feature_contribution' into develop
2 parents 557ba5a + d293398 commit 86857bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Please check "CONTRIBUTORS.md" for the contributors who provided pull requests.
6666
Pyverilog uses **pytest** for the integration testing. **When you send a pull request, please include a testing example with pytest.**
6767
To write a testing code, please refer the existing testing examples in "tests" directory.
6868

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.
69+
If the pull request code passes all the tests successfully and has no obvious problem, it will be merged to the *develop* branch by the main committers.
7070

7171

7272
Documentation

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ pull request, please include a testing example with pytest.** To write a
7777
testing code, please refer the existing testing examples in “tests”
7878
directory.
7979

80-
If the requested codes passes the testing successfully and have no
81-
obvious problem, they will be merged to the *develop* branch by the main
80+
If the pull request code passes all the tests successfully and has no
81+
obvious problem, it will be merged to the *develop* branch by the main
8282
committers.
8383

8484
Documentation

0 commit comments

Comments
 (0)