From a650d55c57ea65e907f538e527d714c64ab71274 Mon Sep 17 00:00:00 2001 From: Luminita Date: Wed, 13 Jul 2016 16:09:15 +0200 Subject: [PATCH] two minor changes to the CONTRIBUTING doc --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de374bb2..f6ea6a87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ In your web browser, go to [the BigchainDB repository on GitHub](https://github. ```text git clone git@github.com:your-github-username/bigchaindb.git cd bigchaindb -git add upstream git@github.com:bigchaindb/bigchaindb.git +git remote add upstream git@github.com:bigchaindb/bigchaindb.git ``` ### Step 5 - Fetch and Merge the Latest from `upstream/master` @@ -142,7 +142,7 @@ If this is the first time you've submitted a pull request to BigchainDB, then yo Once you accept and submit the CLA, we'll email you with further instructions. (We will send you a long random string to put in the comments section of your pull request, along with the text, "I have read and agree to the terms of the BigchainDB Contributor License Agreement.") -Someone will then merge your branch or suggest changes. If we suggsest changes, you won't have to open a new pull request, you can just push new code to the same branch (on `origin`) as you did before creating the pull request. +Someone will then merge your branch or suggest changes. If we suggest changes, you won't have to open a new pull request, you can just push new code to the same branch (on `origin`) as you did before creating the pull request. ## Quick Links