Skip to content
Permalink
Browse files

Consistent use of colons in contributing docs (#23260)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
elitan and kodiakhq committed Mar 22, 2021
1 parent fe80128 commit f384cd103b6031e6555237ae9f4eddf67004adbe
Showing with 1 addition and 1 deletion.
  1. +1 −1 contributing.md
@@ -3,7 +3,7 @@
Our Commitment to Open Source can be found [here](https://vercel.com/oss).

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device.
2. Create a new branch `git checkout -b MY_BRANCH_NAME`
2. Create a new branch: `git checkout -b MY_BRANCH_NAME`
3. Install yarn: `npm install -g yarn`
4. Install the dependencies: `yarn`
5. Run `yarn dev` to build and watch for code changes

0 comments on commit f384cd1

Please sign in to comment.