forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 28
Contributing
DTrejo edited this page Jan 29, 2011
·
21 revisions
Email patches to [email protected] or post them to the node.js development mailing list
- Discuss large changes on mailing list before coding
- Javascript code style should follow Google’s JavaScript style guide and be run through the linter. `make jslint` to validate.
- C++ code should follow Google’s C++ style guide and be run through cpplint with `make cpplint`.
- Agree to the contributor agreement
- the first line should be maximum 50 columns
- the second line should blank
- any additional lines should not exceed 80 columns.
- should have the author field properly filled out with your full
name and email address.
- For contributing to the documentation, send pull requests to: http://github.com/votizen/node.git
- For current issues relating to documentation, see: votizen/node/issues
- As for the outline of where we are heading with the documentation, see google groups documentation thread or the etherpad document:
- For conversations about the documentation, the mailing list to use is this one ([email protected]), and the subject should be prefixed with "Doc: ".