diff options
author | Max Ogden <max@maxogden.com> | 2014-12-01 17:31:19 -0800 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-12-02 04:58:00 +0300 |
commit | a647c39acfac136acdd841b5a2faaae46b67425d (patch) | |
tree | fe359820abbe381ef68b816eef52184d2dcb0b36 /CONTRIBUTING.md | |
parent | d77f490a048c26b35ff46b7f75fa18493b687d04 (diff) | |
download | node-new-a647c39acfac136acdd841b5a2faaae46b67425d.tar.gz |
docs: add issue contributing section
Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: https://github.com/iojs/io.js/pull/21
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c3a86b00f..3e8de483ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,17 @@ # CONTRIBUTING +## ISSUE CONTRIBUTIONS + +When opening new issues or commenting on existing issues on this repository +please make sure discussions are related to concrete technical issues with the +`iojs` software. + +Discussion of non-technical topics including subjects like intellectual +property, trademark and high level project questions should move to the +[node-forward discussion repository][] instead. + +## CODE CONTRIBUTIONS + The node.js project welcomes new contributors. This document will guide you through the process. @@ -152,3 +164,4 @@ not send out notifications when you add commits. [node.js mailing list]: http://groups.google.com/group/nodejs [IRC]: http://webchat.freenode.net/?channels=node.js [project maintainers]: https://github.com/joyent/node/wiki/Project-Organization +[node-forward discussion repository]: https://github.com/node-forward/discussions/issues |