Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-12-08 18:02:30 +0300
committerFedor Indutny <fedor@indutny.com>2014-12-08 18:02:41 +0300
commite3aa802b382d2893db0218730b70f60e0c16874a (patch)
tree4eaddafa36bae6e9d7cb4160404df562c6981613 /CONTRIBUTING.md
parent823cd54c8c16732b4a9c00ed48f911cb981359c2 (diff)
contributing: add all core modules to Caine's spec
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 92bbe5206e0..4506fda5b37 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -446,8 +446,10 @@ and/or gather required information for the core team members?
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_)
+ _One of: `debugger, http, assert, buffer, child_process, cluster, crypto,
+ dgram, dns, domain, events, fs, http, https, module, net, os, path,
+ querystring, readline, repl, smalloc, stream, timers, tls, url, util, vm,
+ zlib, 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.