Skip to content
Snippets Groups Projects
Commit 3d9fd3dd authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Add a link in CONTRIBUTE pointing to TESTING.

parent 7fef889f
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ exceptions thrown. ...@@ -63,7 +63,7 @@ exceptions thrown.
deploy, and therefore we try to avoid it. deploy, and therefore we try to avoid it.
* Add **unit tests** to verify that your code not only works but also keeps working over time. When adding tests, keep * Add **unit tests** to verify that your code not only works but also keeps working over time. When adding tests, keep
the same directory structure used for regular classes. Try to cover **all your code** with tests. The bigger the test the same directory structure used for regular classes. Try to cover **all your code** with tests. The bigger the test
coverage, the more reliable and better our library is. coverage, the more reliable and better our library is. Read our [guidelines](TESTING.md) to learn more about tests.
* Add proper **documentation** explaining your how to use your new feature or how your code changes things. * Add proper **documentation** explaining your how to use your new feature or how your code changes things.
* Submit your code as a **pull request** in github, from a branch with a descriptive name in your own fork of the * Submit your code as a **pull request** in github, from a branch with a descriptive name in your own fork of the
repository. Add a meaningful, short title, and explain in detail what you did and why in the description of the *PR*. repository. Add a meaningful, short title, and explain in detail what you did and why in the description of the *PR*.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment