Skip to content

Commit

Permalink
Merge pull request #5082 from TylerSanford/master
Browse files Browse the repository at this point in the history
Command highlighting and possible incorrect command in `CONTRIBUTING.md`
  • Loading branch information
m-allanson authored Apr 23, 2018
2 parents 7552272 + 20f831d commit a138927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 `git@github.com:<your-username>/gatsby.git`
* Clone your fork: `git clone 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 a138927

Please sign in to comment.