mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update contributing guide to be explicit about creating a fork first
This commit is contained in:
parent
aa82360788
commit
9c1a0a916b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue