Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99cb23d

Browse files
committed
Updated CONTRIBUTING.md to include info about unit tests and examples.
1 parent 160c3a8 commit 99cb23d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Changes are welcome from all members of the Community.
1515
* Create a new branch for your change.
1616
* Make your change in your new branch.
1717
* Although changes can be made in the master branch, it easier long term if a new branch is used.
18-
* **Verify code compiles and unit tests still pass.**
18+
* Make sure your change is covered with unit tests and/or is represented in examples
19+
* **Verify code compiles and all existing and new unit tests pass.**
1920
* The quickest way to have a Pull Request not be accepted, is to submit code that does not compile or pass tests.
2021
* Commit change to your local repository.
2122
* Push change to your remote repository

0 commit comments

Comments
 (0)