From 2177597cad7968f3c27f529886b8ae6353b41b49 Mon Sep 17 00:00:00 2001 From: Rafael Benevides Date: Fri, 18 Jan 2013 09:40:54 -0200 Subject: [PATCH] Minor adjustment on CONTRIBUTING --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24d983e50d..60a4f0b660 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,9 @@ Purpose of the quickstarts Basic Steps ----------- -To contribute to the quickstarts, fork the quickstart repository to your own Git, clone your fork, commit your work on topic branches, and make pull requests. If you don't have the Git client (`git`), get it from: +To contribute to the quickstarts, fork the quickstart repository to your own Git, clone your fork, commit your work on topic branches, and make pull requests. + +If you don't have the Git client (`git`), get it from: Here are the steps in detail: @@ -26,7 +28,7 @@ Here are the steps in detail: 3. Add the remote `upstream` repository. - git remote add upstream https://github.com/jboss-jdf/jboss-as-quickstart.git + git remote add upstream git@github.com:jboss-jdf/jboss-as-quickstart.git 4. Get the latest files from the `upstream` repository.