You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by bb...@apache.org on 2017/06/30 15:25:19 UTC

[couchdb] 01/01: Update CONTRIBUTING.md to reflect monorepo

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

bbastian pushed a commit to branch contributing-md-update
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 45258def047689bb879d65e215b2168fa3f66238
Author: Benjamin Bastian <be...@gmail.com>
AuthorDate: Fri Jun 30 08:20:08 2017 -0700

    Update CONTRIBUTING.md to reflect monorepo
    
    Also, there was a typo in the gitbox URL.
---
 CONTRIBUTING.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 884d3af..f5059c5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -152,15 +152,15 @@ on how to send one :)
    You will need to wait about 30 minutes after completing this process
    for it to complete. Follow the instructions in the organisational
    invite email you receive. Alternately, you can use the Apache mirror
-   of the repository at `https://gitbox.apache.org/asf/repos/<name>.git`
+   of the repository at `https://gitbox.apache.org/repos/asf/couchdb.git`
    if you do not agree to the GitHub Terms of Service.
 
 2. Clone the repo and create a branch.
 
    ```bash
-   git clone https://github.com/couchdb/<repo-name>
-   # or git clone https://gitbox.apache.org/asf/repos/<name>.git
-   cd <repo-name>
+   git clone https://github.com/couchdb/couchdb
+   # or git clone https://gitbox.apache.org/asf/repos/couchdb.git
+   cd couchdb
    git checkout -b <topic-branch-name>
    ```
 
@@ -287,4 +287,3 @@ CONTRIBUTING.md template.
 [6]: http://couchdb.apache.org/conduct.html
 [7]: http://couchdb.apache.org/bylaws.html
 [8]: http://couchdb.apache.org/#chat
-

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.