From ca88991270abcfa3833669d4f7f047ed8e408c91 Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Mon, 23 Feb 2015 16:03:42 +0100 Subject: [PATCH] reword the first paragraph [ci skip] Signed-off-by: Florian Kraft --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01534edee9e..fe2f869db40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -OpenProject is an open source project and we encourage you to help us out. For contributing to OpenProject, please do follow these steps: +OpenProject is an open source project and we encourage you to help us out. For contributing to OpenProject, please read the following guidelines: ## Development flow For contributing source code, please follow the Git Workflow below: @@ -13,7 +13,7 @@ git clone git@github.com//openproject - Optional: Add the original OpenProject repository as a remote, so you can fetch changes: ``` -git remote add upstream git@github.com:/opf/openproject +git remote add upstream git@github.com:opf/openproject ``` - Make sure you're on the right branch. The main development branch is `dev`: