diff --git a/dev-docs/docs/introduction/contributing.mdx b/dev-docs/docs/introduction/contributing.mdx index a33cb7a03..600115dff 100644 --- a/dev-docs/docs/introduction/contributing.mdx +++ b/dev-docs/docs/introduction/contributing.mdx @@ -12,6 +12,7 @@ In case you want to pick up something from the roadmap, comment on that issue an ### Option 1 - Manual 1. Fork and clone the repo +1. Run `nvm use` to use the right version of Node.js 1. Run `yarn` to install dependencies 1. Create a branch for your PR with `git checkout -b your-branch-name`