diff --git a/doc/index.html b/doc/index.html index d767e4d329..8bd237a542 100644 --- a/doc/index.html +++ b/doc/index.html @@ -22,6 +22,7 @@
Projects/libraries which are using/for Node.js
++ Patches are always welcome. The process is simple: +
+ ++git clone git://github.com/ry/node.git +cd node +# edit/compile/test +git commit -m "Good description of what your patch does" +git format-patch HEAD^ ++ +
+ The best way for your patch to get noticed is to submit it to the + mailing list in form + of a gists or file attachement. +
+ ++ Feature patches should usually be discussed before putting in the work. +