diff options
author | Fedor Indutny <fedor@indutny.com> | 2014-12-08 05:36:03 +0300 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-12-08 06:32:14 +0300 |
commit | 823cd54c8c16732b4a9c00ed48f911cb981359c2 (patch) | |
tree | 55b37e18c6110e6cfb538eb7b0294bc712de63af /CONTRIBUTING.md | |
parent | 9bca8a0a916fe0cff51d8a6a656cce04d7f36659 (diff) | |
download | node-new-823cd54c8c16732b4a9c00ed48f911cb981359c2.tar.gz |
contributing: add information for caine bot
Reviewed-By: Rod Vagg <r@va.gg>
PR-URL: https://github.com/iojs/io.js/pull/107
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 351c3bd532..92bbe5206e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -429,3 +429,52 @@ or else the discussion will continue. Simple majority wins. Note that changes to TC membership require unanimous consensus. See "Membership" above. + +## Caine's requirements + +Hello! + +I am pleased to see your valuable contribution to this project. Would you +please mind answering a couple of questions to help me classify this submission +and/or gather required information for the core team members? + +### Questions: + +* _Issue-only_ Does this issue happen in core, or in some user-space + module from npm or other source? Please ensure that the test case + that reproduces this problem is not using any external dependencies. + If the error is not reproducible with just core modules - it is most + likely not a io.js problem. _Expected: `yes`_ +* Which part of core do you think it might be related to? + _One of: `tls, crypto, buffer, http, https, assert, util, streams, + smalloc, cluster, child_process, dgram, c++, docs, other`_ (_label_) +* Which versions of io.js do you think are affected by this? + _One of: `v0.10, v0.12, v1.0.0`_ (_label_) +* _PR-only_ Does `make test` pass after applying this Pull Request. + _Expected: `yes`_ +* _PR-only_ Is the commit message properly formatted? (See + CONTRIBUTING.md for more information) + _Expected: `yes`_ + +Please provide the answers in an ordered list like this: + +1. Answer for the first question +2. Answer for the second question +3. ... + +Note that I am just a bot with a limited human-reply parsing abilities, +so please be very careful with numbers and don't skip the questions! + +_In case of success I will say:_ `...summoning the core team devs!`. + +_In case of validation problem I will say:_ `Sorry, but something is not right +here:`. + +Truly yours, +Caine. + +### Responsibilities + +* indutny: crypto, tls, https, child_process, c++ +* trevnorris: buffer, http, https, smalloc +* bnoordhuis: http, cluster, child_process, dgram |