Skip to content

Contributing

isaacs edited this page Jan 27, 2011 · 17 revisions

Email patches to [email protected] or post them to the node.js development mailing list

  1. Discuss large changes on mailing list before coding
  2. Javascript code style should follow Google’s JavaScript style guide and be run through the linter. `make jslint` to validate.
  3. C++ code should follow Google’s C++ style guide and be run through cpplint with `make cpplint`.
  4. Agree to the contributor agreement
Clone this wiki locally