Skip to content

Commit 9122b3b

Browse files
Fishrock123Myles Borins
authored and
Myles Borins
committed
doc: update "who to cc in issues" chart
Refs: #6655 PR-URL: #6694 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ingvar Stepanyan <[email protected]>
1 parent ccb278d commit 9122b3b

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

doc/onboarding-extras.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,30 @@
22

33
| subsystem | maintainers |
44
| --- | --- |
5-
| `lib/buffer` | @trevnorris |
6-
| `lib/child_process` | @cjihrig, @bnoordhuis |
7-
| `lib/cluster` | @cjihrig, @bnoordhuis |
5+
| `lib/assert` | @nodejs/testing |
6+
| `lib/buffer` | @nodejs/buffer |
7+
| `lib/child_process` | @bnoordhuis, @cjihrig |
8+
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
89
| `lib/{crypto,tls,https}` | @nodejs/crypto |
910
| `lib/domains` | @misterdjules |
10-
| `lib/{_}http{*}` | @indutny, @bnoordhuis, @mscdex, @nodejs/http |
11-
| `lib/net` | @indutny, @bnoordhuis, @nodejs/streams |
11+
| `lib/fs`, `src/{fs|file}` | @nodejs/fs |
12+
| `lib/{_}http{*}` | @nodejs/http |
13+
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
1214
| `lib/{_}stream{s|*}` | @nodejs/streams |
13-
| `lib/repl` | @fishrock123 |
15+
| `lib/repl` | @addaleax, @fishrock123 |
1416
| `lib/timers` | @fishrock123, @misterdjules |
15-
| `lib/zlib` | @indutny, @bnoordhuis |
17+
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |
18+
| `lib/zlib` | @addaleax, @bnoordhuis, @indutny |
19+
| `bootstrap_node.js` | @fishrock123 |
1620
| `src/async-wrap.*` | @trevnorris |
1721
| `src/node_crypto.*` | @nodejs/crypto |
1822
| `test/*` | @nodejs/testing |
1923
| `tools/eslint`, `.eslintrc` | @silverwind, @trott |
20-
| upgrading v8 | @bnoordhuis, @targos, @ofrobots |
21-
| upgrading npm | @thealphanerd, @fishrock123 |
24+
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
25+
| upgrading npm | @fishrock123, @thealphanerd |
26+
| upgrading c-ares | @jbergstroem |
27+
| upgrading http-parser | @jbergstroem, @nodejs/http |
28+
| upgrading libuv | @saghul |
2229

2330

2431
When things need extra attention, are controversial, or `semver-major`: @nodejs/ctc

0 commit comments

Comments
 (0)