Commit 4c9030359c2edd4fa7953c206d9a6b5db026706c

Authored by Dmitriy Zaporozhets
2 parents 53413f12 1d16e495

Merge pull request #3845 from senny/link_contribution_guide_to_test_section

link contribution guide to test section in README
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
CONTRIBUTING.md
... ... @@ -37,7 +37,7 @@ We welcome pull request with improvements to GitLab code and/or documentation. T
37 37  
38 38 1. Fork the project on GitHub
39 39 1. Create a feature branch
40   -1. Write tests and code
  40 +1. Write [tests](README.md#run-the-tests) and code
41 41 1. If you have multiple commits please combine them into one commit by [squashing them](http://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
42 42 1. Push the commit to your fork
43 43 1. Submit a pull request
... ...