Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160c3a8 commit 99cb23dCopy full SHA for 99cb23d
1 file changed
CONTRIBUTING.md
@@ -15,7 +15,8 @@ Changes are welcome from all members of the Community.
15
* Create a new branch for your change.
16
* Make your change in your new branch.
17
* 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.**
+ * 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.**
20
* The quickest way to have a Pull Request not be accepted, is to submit code that does not compile or pass tests.
21
* Commit change to your local repository.
22
* Push change to your remote repository
0 commit comments