Skip to content

Commit

Permalink
Merge pull request elastic#8305 from Stacey-Gammon/update-contributin…
Browse files Browse the repository at this point in the history
…g-guide

Update contributing guide to be explicit about creating a fork prior to cloning
  • Loading branch information
stacey-gammon authored Sep 15, 2016
2 parents aa82360 + 9c1a0a9 commit 84a504e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ These guidelines will help you get your Pull Request into shape so that a code r

### Setting Up Your Development Environment

Clone the `kibana` repo and change directory into it
Fork, then clone the `kibana` repo and change directory into it

```bash
git clone https://github.com/elastic/kibana.git kibana
git clone https://github.com/[YOUR_USERNAME]/kibana.git kibana
cd kibana
```

Expand Down

0 comments on commit 84a504e

Please sign in to comment.