Skip to content

Commit 547992c

Browse files
authored
Update CONTRIBUTING.md
1 parent 2896771 commit 547992c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ ISSUE-14 # SSL enabled http client
4040
1. Please join our [mailing-lists][] and [gitter chat room][] for seeking community help.
4141

4242
## Write Unit tests
43-
- For any feature you develop or raise a PR, please cover it by unit tests.
44-
- All integration tests should go here under their respective package folder.
43+
- For any feature you develop or include in a pull request (PR), ensure it is covered by unit tests.
44+
- All unit tests should be placed in their respective package folders.
4545

4646
## Write Integration tests
47-
- For any feature you develop or raise a PR, please cover it by Integration tests.
48-
- All integration tests should go here under this parent folder [integrationtests](https://github.com/authorjapps/zerocode/tree/master/core/src/test/java/org/jsmart/zerocode/integrationtests).
47+
- For any feature you develop or include in a pull request (PR), ensure it is also covered by integration tests as well.
48+
- All integration tests should be placed under the [integrationtests](https://github.com/authorjapps/zerocode/tree/master/core/src/test/java/org/jsmart/zerocode/integrationtests) parent folder.
4949

5050
## Note
5151
Any contribution submitted by an author for inclusion in this repository shall be licensed under this [LICENSE](https://github.com/authorjapps/zerocode/blob/master/LICENSE)

0 commit comments

Comments
 (0)