You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/09/07 21:48:03 UTC

[couchdb] branch test-docs-only-changes created (now e7b4e3f0a)

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

vatamane pushed a change to branch test-docs-only-changes
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at e7b4e3f0a A test commit for a docs only changes PR

This branch includes the following new commits:

     new e7b4e3f0a A test commit for a docs only changes PR

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: A test commit for a docs only changes PR

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch test-docs-only-changes
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e7b4e3f0a840601c43ccf74b391be4bd24e1becb
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed Sep 7 17:47:36 2022 -0400

    A test commit for a docs only changes PR
---
 src/docs/src/contributing.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/docs/src/contributing.rst b/src/docs/src/contributing.rst
index 17f66d569..d12045b57 100644
--- a/src/docs/src/contributing.rst
+++ b/src/docs/src/contributing.rst
@@ -24,16 +24,16 @@ If you don't have a GitHub account yet, it is a good time to get one, they are
 free. If you don't want to use GitHub, there are alternate ways to
 contributing back, that we'll cover next time.
 
-Go to https://github.com/apache/couchdb-documentation and click the "fork"
+Go to https://github.com/apache/couchdb and click the "fork"
 button in the top right. This will create a fork of CouchDB in your GitHub
 account. If your account is `username`, your fork lives at
-https://github.com/username/couchdb-documentation. In the header, it tells me my
+https://github.com/username/couchdb. In the header, it tells me my
 "GitHub Clone URL". We need to copy that and start a terminal:
 
 .. code-block:: bash
 
-    $ git clone https://github.com/username/couchdb-documentation.git
-    $ cd couchdb-documentation
+    $ git clone https://github.com/username/couchdb.git
+    $ cd couchdb/src/docs
     $ subl .
 
 I'm opening the whole CouchDB documentation source tree in my favourite editor.
@@ -149,7 +149,7 @@ Then we push the commit to our CouchDB fork::
     $ git push origin main
 
 Next, we go back to our GitHub page
-https://github.com/username/couchdb-documentation and click the "Pull Request"
+https://github.com/username/couchdb and click the "Pull Request"
 button. Fill in the description with something useful and hit the
 "Send Pull Request" button.