Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-06 17:20:15 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-06 17:20:15 +0400
commit4c9030359c2edd4fa7953c206d9a6b5db026706c (patch)
treeb81b9f041884b77f40955e0ebfc02e8def6db1b6 /CONTRIBUTING.md
parent53413f128d049a7f45e4b3daf3dd0c3408a777e9 (diff)
parent1d16e4953a8f6c8fc1396169fc97bc5da1e3bd94 (diff)
Merge pull request #3845 from senny/link_contribution_guide_to_test_section
link contribution guide to test section in README
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 07cec7118b1..943d910ecf5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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