summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2016-02-12doc: update DCO to v1.1Mikeal Rogers
PR-URL: https://github.com/nodejs/node/pull/5170 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
2015-12-14doc: update irc channels: #node.js and #node-devNelson Pecora
IRC (general questions): irc.freenode.net #node.js IRC (node core development): irc.freenode.net #node-dev PR-URL: https://github.com/nodejs/node/pull/2743 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-11-12docs: improve discoverability of Code of ConductAshley Williams
- move CoC from CONTRIBUTING to top-level, separate COC file - add note/link in CONTRIBUTING - add note/link in README (both at top, and newcomer resources) - move CoC section in CONTRIBUTING to top of file PR-URL: https://github.com/nodejs/node/pull/3774 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-10-30doc: add final full stop in CONTRIBUTING.mdEmily Aviva Kapor-Mater
PR-URL: https://github.com/nodejs/node/pull/3576 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2015-10-07doc: add help repo link to CONTRIBUTING.mdDoug Shamoo
Direct help requests and technical issues that are not issues with Node.js to the nodejs help repo issue tracker. Add link. PR-URL: https://github.com/nodejs/node/pull/3233 Fixes: https://github.com/nodejs/node/issues/3185 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
2015-09-10doc: use US English for consistencyAnne-Gaelle Colom
behaviour -> behavior PR-URL: https://github.com/nodejs/node/pull/2784 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
2015-08-23node: rename from io.js to nodecjihrig
This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
2015-07-19doc: recompile before testing core module changesPhillip Johnsen
Changes to core modules do not take effect unless recompiled. Tip new contributors about this when describing how to run tests in contribution guide. Removed `jslint` from first test command example, as jslint is included when running `make test`. Fixed wrong path of example stream2-transform test. PR-URL: https://github.com/nodejs/io.js/pull/2051 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2015-05-22doc: fix typo in CONTRIBUTING.mdRich Trott
PR-URL: https://github.com/nodejs/io.js/pull/1755 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-05-18doc: update links from iojs/io.js to nodejs/io.jsFrederic Hemberger
Replaced all links in doc and comments to point to the new org. PR-URL: https://github.com/nodejs/io.js/pull/1715 Reviewed-By: Roman Reiss <me@silverwind.io>
2015-04-18doc: update CONTRIBUTING.mdBrendan Ashworth
This commit: - fixes development branch (v1.x -> master) - updates stability index wording - use iojs binary instead of node PR-URL: https://github.com/iojs/io.js/pull/1466 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-04-09doc: update CONTRIBUTING links.Andrew Crites
* Correct link to current collaborator list * Correct link to Rust CoC PR-URL: https://github.com/iojs/io.js/pull/1380 Reviewed-By: Roman Reiss <me@silverwind.io>
2015-03-26Revert "doc: clarify real name requirement"Jeremiah Senkpiel
This reverts commit 4e9bf93e9c645f33446f7d47005868ffcb3d281e. PR-URL: https://github.com/iojs/io.js/pull/1276 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rod Vagg <rod@vagg.org>
2015-03-24doc: clarify real name requirementRoman Reiss
CONTRIBUTING.md didn't make our rule for requiring real names from contributors clear enough. This commit shall clarify that part. Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> PR-URL: https://github.com/iojs/io.js/pull/1250
2015-03-17doc: update test section in CONTRIBUTING.mdBen Noordhuis
test/simple no longer exists, tell contributors to add their tests to test/parallel. PR-URL: https://github.com/iojs/io.js/pull/1181 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-02-11doc: remove Caine section from contributing guideMichaël Zasso
Caine bot is not active on the repository anymore. This section is just confusing for new contributors. Fixes: https://github.com/iojs/io.js/issues/802 PR-URL: https://github.com/iojs/io.js/pull/804 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-01-13First draft of a new contribution policy.Mikeal Rogers
PR-URL: https://github.com/node-forward/node/pull/1 Signed-off-by: isaacs <i@izs.me> PR-URL: https://github.com/iojs/io.js/pull/348/files Signed-off-by: isaacs <i@izs.me> (again)
2015-01-12doc: clarified & split up contribution docsRod Vagg
- clarified the role of "collaborators" - split out a governance doc - split out a collaborator guide - cleaned up the contributing doc - cleaned up the readme & added collaborators list PR-URL: https://github.com/iojs/io.js/pull/233 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Mikeal Rogers <mikeal.rogers@gmail.com> (Note: no explicit "LGTM" from Mikeal) Discussed at TC meeting 2015-01-07, agreed to push further amendments to governance to future PRs.
2014-12-09docs: fix project nameTyler Kellen
Renamed node.js to io.js and updated links to external resources. PR-URL: https://github.com/iojs/io.js/pull/42 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-12-08contributing: add all core modules to Caine's specFedor Indutny
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2014-12-08contributing: add information for caine botFedor Indutny
Reviewed-By: Rod Vagg <r@va.gg> PR-URL: https://github.com/iojs/io.js/pull/107
2014-12-04contributing: commiter git FAQFedor Indutny
Describe in details how our current git flow works and could be used. Fix iojs/io.js#67 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> PR-URL: https://github.com/iojs/io.js/pull/68
2014-12-04policy: added contribution policyRod Vagg
Policy originally by @isaacs and @othiym23, submitted by @mikeal, committed fresh by @rvagg because .. #22 is kind of a mess PR-URL: https://github.com/iojs/io.js/pull/22 Reviewed-By: Mikeal Rogers <mikeal.rogers@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Rod Vagg <rod@vagg.org>
2014-12-02docs: Change contributing documentation to io.jsTom Gallacher
Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/iojs/io.js/pull/25
2014-12-02docs: add issue contributing sectionMax Ogden
Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/iojs/io.js/pull/21
2014-07-01docs: highlight shell-codes in CONTRIBUTING.mdIonică Bizău
Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-06-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-11node: signing the CLA is no longer a requirementTimothy J Fontaine
2014-05-16docs: Update docs on TEST single test run.Mark Stosberg
The Contributing docs now clarify how to run a single test. Signed-off-by: Fedor Indutny <fedor@indutny.com>
2013-05-14doc: clarify subsystems in CONTRIBUTING.mdBen Noordhuis
2013-03-24doc: update CONTRIBUTING.mdBen Noordhuis
* Latest stable is v0.10 now. * Add example of what the first line of the commit log should look like.
2013-02-14doc: add tools/ dir to CONTRIBUTING.md verboten listBen Noordhuis
2012-12-31doc: add CONTRIBUTING.mdBen Noordhuis