Update how-to-contribute.md

This commit is contained in:
João Moreno 2016-04-19 17:26:39 +02:00
parent f31d56e6a4
commit 9cef05a110

View file

@ -10,9 +10,7 @@ If you want to understand how Code works or want to debug an issue, you'll want
### Installing Prerequisites
You'll need [Node.JS](https://nodejs.org/en/), at least `v4`.
We suggest to use `npm@2`, you can install it with `npm install -g npm@2`.
You'll need [Node.JS](https://nodejs.org/en/), at least `v5.10`.
Code includes node module dependencies that require native compilation. To ensure the compilation is picking up the right version of header files from the Electron Shell, we have our own script to run the installation via `npm`.
@ -161,4 +159,4 @@ Check out the [issues list](https://github.com/Microsoft/vscode/issues?utf8=%E2%
We're also interested in your feedback for the future of Code. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.
## Discussion Etiquette
In order to keep the conversation clear and transparent, please limit discussion to English and keep things on topic with the issue. Be considerate to others and try to be courteous and professional at all times.
In order to keep the conversation clear and transparent, please limit discussion to English and keep things on topic with the issue. Be considerate to others and try to be courteous and professional at all times.