Skip to content

Commit

Permalink
docs: add issue contributing section
Browse files Browse the repository at this point in the history
Reviewed-By: Fedor Indutny <[email protected]>
PR-URL: nodejs/node#21
  • Loading branch information
max-mapper authored and indutny committed Dec 2, 2014
1 parent d77f490 commit a647c39
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

0 comments on commit a647c39

Please sign in to comment.