Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit cd7ff70

Browse files
authored
Updating the contribution guideline to request tests for all the code changes (#16)
1 parent 44debc6 commit cd7ff70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To send us a pull request, please:
3131

3232
1. Fork the repository.
3333
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
34-
3. Ensure local tests pass.
34+
3. Ensure local tests pass; please add unit tests for all the new code paths introduced by your change.
3535
4. Commit to your fork using clear commit messages.
3636
5. Send us a pull request, answering any default questions in the pull request interface.
3737
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.

0 commit comments

Comments
 (0)