Skip to content

Commit c9c635e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ ISSUE-14 # SSL enabled http client
4242
## Write Unit tests
4343
- For any feature you develop or include in a pull request (PR), ensure it is covered by unit tests.
4444
- All unit tests should be placed in their respective package folders.
45+
- Follow existing tests and mimic the pattern
4546

4647
## Write Integration tests
4748
- For any feature you develop or include in a pull request (PR), ensure it is also covered by integration tests as well.
4849
- 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.
50+
- Follow existing tests and mimic the pattern
4951

5052
## Note
5153
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)