You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by le...@apache.org on 2018/03/14 17:28:52 UTC

[incubator-sdap-mudrod] branch master updated: Update CONTRIBUTING.md

This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-mudrod.git


The following commit(s) were added to refs/heads/master by this push:
     new f5d5724  Update CONTRIBUTING.md
f5d5724 is described below

commit f5d572416c98615bc5fc2c9ddd5543bb3eb86fb4
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Wed Mar 14 10:28:51 2018 -0700

    Update CONTRIBUTING.md
---
 CONTRIBUTING.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ae9eac8..787b519 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,14 +34,13 @@ Fork whichever repository you wish to contribute to by clicking on the 'Fork' bu
 On your computer, follow these steps to setup a local repository for working on ACS:
 
 ``` bash
-$ git clone https://github.com/YOUR_ACCOUNT/incubator-sdap-*.git
-$ cd incubator-sdap-*
-$ git remote add upstream https://github.com/apache/incubator-sdap-*.git
+$ git clone https://github.com/YOUR_ACCOUNT/incubator-sdap-mudrod.git
+$ cd incubator-sdap-mudrod
+$ git remote add upstream https://github.com/apache/incubator-sdap-mudrod.git
 $ git checkout master
 $ git fetch upstream
 $ git rebase upstream/master
 ```
-N.B. make sure that you replace ```incubator-sdap-*``` with the actual project you wish to contribute to!!!
 
 Making changes
 --------------
@@ -127,4 +126,4 @@ $ git push origin :SDAP-XXX
 
 Release Principles
 ------------------
-Coming soon
\ No newline at end of file
+Coming soon

-- 
To stop receiving notification emails like this one, please contact
lewismc@apache.org.