Commit 4c903035 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3845 from senny/link_contribution_guide_to_test_section

link contribution guide to test section in README
parents 53413f12 1d16e495
......@@ -37,7 +37,7 @@ We welcome pull request with improvements to GitLab code and/or documentation. T
1. Fork the project on GitHub
1. Create a feature branch
1. Write tests and code
1. Write [tests](README.md#run-the-tests) and code
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)
1. Push the commit to your fork
1. Submit a pull request
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment