From 1d16e4953a8f6c8fc1396169fc97bc5da1e3bd94 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 6 May 2013 15:17:37 +0200 Subject: [PATCH] link contribution guide to test section in README --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79e57558084..37e2bbffc58 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