summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Bastian <benjamin.bastian@gmail.com>2017-06-30 11:21:27 -0700
committerGitHub <noreply@github.com>2017-06-30 11:21:27 -0700
commita5b87955287a8ebf4c81d9bfbbfaff6091e53f58 (patch)
treea65a297e7e029928bdbb0094088225388a64d95f
parent67048abbd14848c92595a2950b22b20a18607c59 (diff)
parent06772addab3c0ee17a3c2ecea3557c273acd9406 (diff)
downloadcouchdb-a5b87955287a8ebf4c81d9bfbbfaff6091e53f58.tar.gz
Merge pull request #625 from apache/contributing-md-update
Update CONTRIBUTING.md to reflect monorepo
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 884d3afbc..e345ea487 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/repos/asf/couchdb.git
+ cd couchdb
git checkout -b <topic-branch-name>
```