From 03de8b9f52f99b034810bae440a23b8ba0fecf59 Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Mon, 1 Dec 2014 17:31:19 -0800 Subject: [PATCH] docs: add issue contributing section --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c3a86b00f30f3..0ca3dc9aace187 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,13 @@ # 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](https://github.com/node-forward/discussions/issues) instead. + +## CODE CONTRIBUTIONS + The node.js project welcomes new contributors. This document will guide you through the process.