Skip to content

Commit

Permalink
Update contributing docs (#6520)
Browse files Browse the repository at this point in the history
Closes #6517
  • Loading branch information
kylewayneluck authored and KyleAMathews committed Jul 18, 2018
1 parent dc03e31 commit 27a4f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-to-contribute.md
Expand Up @@ -54,7 +54,7 @@ You can install the latest version of Gatsby by following these steps:
The usual contributing steps are:

- Fork the [official repository](https://github.com/gatsbyjs/gatsby).
- Clone your fork: `git clone https://github.com/<your-username>/gatsby.git`
- Clone your fork: `git clone --depth=1 https://github.com/<your-username>/gatsby.git`
- Setup up repo and install dependencies: `yarn run bootstrap`
- Make sure tests are passing for you: `yarn test`
- Create a topic branch: `git checkout -b topics/new-feature-name`
Expand Down

0 comments on commit 27a4f4b

Please sign in to comment.