summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-03-19 12:45:26 -0700
committerRich Trott <rtrott@gmail.com>2018-03-21 20:27:36 -0700
commit22884a7d23461f3256fd6352d20d0c6088375900 (patch)
tree67d582caf93d8e467e5f53dccb36d6446f4ec157 /doc/onboarding-extras.md
parent01b74d1dda3dd2f9b5150339ae1ecffbd24e3028 (diff)
downloadandroid-node-v8-22884a7d23461f3256fd6352d20d0c6088375900.tar.gz
android-node-v8-22884a7d23461f3256fd6352d20d0c6088375900.tar.bz2
android-node-v8-22884a7d23461f3256fd6352d20d0c6088375900.zip
doc: move who-to-cc to COLABORATOR_GUIDE.md
Put the "who to cc" information in the COLLABORATOR_GUIDE. The onboarding-extras doc is a bit of miscellaneous collection. Rather than stashing things in a junk drawer doc, put them where they are relevant. PR-URL: https://github.com/nodejs/node/pull/19460 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/onboarding-extras.md')
-rw-r--r--doc/onboarding-extras.md48
1 files changed, 0 insertions, 48 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index 2bbf295783..080918049f 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -1,53 +1,5 @@
# Additional Onboarding Information
-## Who to CC in issues
-
-| Subsystem | Maintainers |
-| --- | --- |
-| `benchmark/*` | @nodejs/benchmarking, @mscdex |
-| `bootstrap_node.js` | @nodejs/process |
-| `doc/*`, `*.md` | @nodejs/documentation |
-| `lib/assert` | @nodejs/testing |
-| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
-| `lib/buffer` | @nodejs/buffer |
-| `lib/child_process` | @nodejs/child\_process |
-| `lib/cluster` | @nodejs/cluster |
-| `lib/{crypto,tls,https}` | @nodejs/crypto |
-| `lib/dgram` | @nodejs/dgram |
-| `lib/domains` | @nodejs/domains |
-| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
-| `lib/{_}http{*}` | @nodejs/http |
-| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
-| `lib/internal/url`, `src/node_url` | @nodejs/url |
-| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
-| `lib/repl` | @nodejs/repl |
-| `lib/{_}stream{*}` | @nodejs/streams |
-| `lib/timers` | @nodejs/timers |
-| `lib/util` | @nodejs/util |
-| `lib/zlib` | @nodejs/zlib |
-| `src/async-wrap.*` | @nodejs/async\_hooks |
-| `src/node_api.*` | @nodejs/n-api |
-| `src/node_crypto.*` | @nodejs/crypto |
-| `test/*` | @nodejs/testing |
-| `tools/node_modules/eslint`, `.eslintrc` | @nodejs/linting |
-| build | @nodejs/build |
-| `src/module_wrap.*`, `lib/internal/loader/*`, `lib/internal/vm/Module.js` | @nodejs/modules |
-| GYP | @nodejs/gyp |
-| performance | @nodejs/performance |
-| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
-| python code | @nodejs/python |
-| upgrading c-ares | @rvagg |
-| upgrading http-parser | @nodejs/http, @nodejs/http2 |
-| upgrading libuv | @nodejs/libuv |
-| upgrading npm | @fishrock123, @MylesBorins |
-| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
-| Embedded use or delivery of Node.js | @nodejs/delivery-channels |
-
-When things need extra attention, are controversial, or `semver-major`:
-@nodejs/tsc
-
-If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help.
-
## Labels
### Subsystems