Skip to content

Commit f03079f

Browse files
BridgeARMylesBorins
authored andcommitted
doc: update cc list
PR-URL: #19099 Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 9d2de16 commit f03079f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/onboarding-extras.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@
55
| Subsystem | Maintainers |
66
| --- | --- |
77
| `benchmark/*` | @nodejs/benchmarking, @mscdex |
8-
| `bootstrap_node.js` | @fishrock123 |
8+
| `bootstrap_node.js` | @nodejs/process |
99
| `doc/*`, `*.md` | @nodejs/documentation |
1010
| `lib/assert` | @nodejs/testing |
1111
| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
1212
| `lib/buffer` | @nodejs/buffer |
13-
| `lib/child_process` | @bnoordhuis, @cjihrig |
14-
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
13+
| `lib/child_process` | @nodejs/child\_process |
14+
| `lib/cluster` | @nodejs/cluster |
1515
| `lib/{crypto,tls,https}` | @nodejs/crypto |
16-
| `lib/dgram` | @cjihrig, @mcollina |
17-
| `lib/domains` | @misterdjules |
16+
| `lib/dgram` | @nodejs/dgram |
17+
| `lib/domains` | @nodejs/domains |
1818
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
1919
| `lib/{_}http{*}` | @nodejs/http |
2020
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
2121
| `lib/internal/url`, `src/node_url` | @nodejs/url |
2222
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
23-
| `lib/repl` | @addaleax, @fishrock123 |
23+
| `lib/repl` | @nodejs/repl |
2424
| `lib/{_}stream{*}` | @nodejs/streams |
25-
| `lib/timers` | @fishrock123, @misterdjules |
26-
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |
27-
| `lib/zlib` | @addaleax, @bnoordhuis, @indutny |
25+
| `lib/timers` | @nodejs/timers |
26+
| `lib/util` | @nodejs/util |
27+
| `lib/zlib` | @nodejs/zlib |
2828
| `src/async-wrap.*` | @nodejs/async\_hooks |
2929
| `src/node_api.*` | @nodejs/n-api |
3030
| `src/node_crypto.*` | @nodejs/crypto |
3131
| `test/*` | @nodejs/testing |
32-
| `tools/node_modules/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
32+
| `tools/node_modules/eslint`, `.eslintrc` | @nodejs/linting |
3333
| build | @nodejs/build |
3434
| `src/module_wrap.*`, `lib/internal/loader/*`, `lib/internal/vm/Module.js` | @nodejs/modules |
3535
| GYP | @nodejs/gyp |
3636
| performance | @nodejs/performance |
3737
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
3838
| python code | @nodejs/python |
39-
| upgrading c-ares | @jbergstroem |
40-
| upgrading http-parser | @jbergstroem, @nodejs/http |
41-
| upgrading libuv | @saghul |
39+
| upgrading c-ares | @rvagg |
40+
| upgrading http-parser | @nodejs/http, @nodejs/http2 |
41+
| upgrading libuv | @nodejs/libuv |
4242
| upgrading npm | @fishrock123, @MylesBorins |
4343
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
4444
| Embedded use or delivery of Node.js | @nodejs/delivery-channels |

0 commit comments

Comments
 (0)