Skip to content

Commit fea4ad0

Browse files
authored
doc: update teams in collaborator-guide.md and add links
1 parent c6316f9 commit fea4ad0

File tree

1 file changed

+42
-41
lines changed

1 file changed

+42
-41
lines changed

doc/contributing/collaborator-guide.md

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -869,47 +869,48 @@ might impact an LTS release.
869869

870870
## Who to CC in the issue tracker
871871

872-
| Subsystem | Maintainers |
873-
| -------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
874-
| `benchmark/*` | @nodejs/benchmarking, @mscdex |
875-
| `doc/*`, `*.md` | @nodejs/documentation |
876-
| `lib/assert` | @nodejs/assert |
877-
| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
878-
| `lib/buffer` | @nodejs/buffer |
879-
| `lib/child_process` | @nodejs/child\_process |
880-
| `lib/cluster` | @nodejs/cluster |
881-
| `lib/{crypto,tls,https}` | @nodejs/crypto |
882-
| `lib/dgram` | @nodejs/dgram |
883-
| `lib/domains` | @nodejs/domains |
884-
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
885-
| `lib/{_}http{*}` | @nodejs/http |
886-
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
887-
| `lib/internal/bootstrap/*` | @nodejs/process |
888-
| `lib/internal/url`, `src/node_url` | @nodejs/url |
889-
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
890-
| `lib/repl` | @nodejs/repl |
891-
| `lib/{_}stream{*}` | @nodejs/streams |
892-
| `lib/internal/test_runner` | @nodejs/test\_runner |
893-
| `lib/timers` | @nodejs/timers |
894-
| `lib/util` | @nodejs/util |
895-
| `lib/zlib` | @nodejs/zlib |
896-
| `src/async_wrap.*` | @nodejs/async\_hooks |
897-
| `src/node_api.*` | @nodejs/node-api |
898-
| `src/node_crypto.*`, `src/crypto` | @nodejs/crypto |
899-
| `test/*` | @nodejs/testing |
900-
| `tools/eslint`, `eslint.config.mjs` | @nodejs/linting |
901-
| build | @nodejs/build |
902-
| `src/module_wrap.*`, `lib/internal/modules/*`, `lib/internal/vm/module.js` | @nodejs/modules |
903-
| GYP | @nodejs/gyp |
904-
| performance | @nodejs/performance |
905-
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows,windows-arm} |
906-
| python code | @nodejs/python |
907-
| upgrading c-ares | @rvagg |
908-
| upgrading http-parser | @nodejs/http, @nodejs/http2 |
909-
| upgrading libuv | @nodejs/libuv |
910-
| upgrading npm | @nodejs/npm |
911-
| upgrading V8 | @nodejs/V8, @nodejs/post-mortem |
912-
| Embedded use or delivery of Node.js | @nodejs/delivery-channels |
872+
| Subsystem | Maintainers |
873+
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
874+
| `benchmark/*` | [@nodejs/benchmarking](https://github.com/orgs/nodejs/teams/benchmarking), [@mscdex](https://github.com/mscdex) |
875+
| `doc/*`, `*.md` | [@nodejs/documentation](https://github.com/orgs/nodejs/teams/documentation) |
876+
| `lib/assert` | [@nodejs/assert](https://github.com/orgs/nodejs/teams/assert) |
877+
| `lib/async_hooks` | [@nodejs/async_hooks](https://github.com/orgs/nodejs/teams/async_hooks) for bugs/reviews (+ [@nodejs/diagnostics](https://github.com/orgs/nodejs/teams/diagnostics) for API) |
878+
| `lib/buffer` | [@nodejs/buffer](https://github.com/orgs/nodejs/teams/buffer) |
879+
| `lib/child_process` | [@nodejs/child_process](https://github.com/orgs/nodejs/teams/child_process) |
880+
| `lib/cluster` | [@nodejs/cluster](https://github.com/orgs/nodejs/teams/cluster) |
881+
| `lib/{crypto,tls,https}` | [@nodejs/crypto](https://github.com/orgs/nodejs/teams/crypto) |
882+
| `lib/dgram` | [@nodejs/dgram](https://github.com/orgs/nodejs/teams/dgram) |
883+
| `lib/domains` | [@nodejs/domains](https://github.com/orgs/nodejs/teams/domains) |
884+
| `lib/fs`, `src/{fs,file}` | [@nodejs/fs](https://github.com/orgs/nodejs/teams/fs) |
885+
| `lib/{_}http{*}` | [@nodejs/http](https://github.com/orgs/nodejs/teams/http) |
886+
| `lib/inspector.js`, `src/inspector_*` | [@nodejs/v8-inspector](https://github.com/orgs/nodejs/teams/v8-inspector) |
887+
| `lib/internal/bootstrap/*` | [@nodejs/process](https://github.com/orgs/nodejs/teams/process) |
888+
| `lib/internal/url`, `src/node_url` | [@nodejs/url](https://github.com/orgs/nodejs/teams/url) |
889+
| `lib/net` | [@bnoordhuis](https://github.com/bnoordhuis), [@indutny](https://github.com/indutny), [@nodejs/streams](https://github.com/orgs/nodejs/teams/streams) |
890+
| `lib/repl` | [@nodejs/repl](https://github.com/orgs/nodejs/teams/repl) |
891+
| `lib/{_}stream{*}` | [@nodejs/streams](https://github.com/orgs/nodejs/teams/streams) |
892+
| `lib/internal/test_runner` | [@nodejs/test_runner](https://github.com/orgs/nodejs/teams/test_runner) |
893+
| `lib/timers` | [@nodejs/timers](https://github.com/orgs/nodejs/teams/timers) |
894+
| `lib/util` | [@nodejs/util](https://github.com/orgs/nodejs/teams/util) |
895+
| `lib/zlib` | [@nodejs/zlib](https://github.com/orgs/nodejs/teams/zlib) |
896+
| `src/async_wrap.*` | [@nodejs/async_hooks](https://github.com/orgs/nodejs/teams/async_hooks) |
897+
| `src/node_api.*` | [@nodejs/node-api](https://github.com/orgs/nodejs/teams/node-api) |
898+
| `src/node_crypto.*`, `src/crypto` | [@nodejs/crypto](https://github.com/orgs/nodejs/teams/crypto) |
899+
| `src/node_sqlite.*` | [@nodejs/sqlite](https://github.com/orgs/nodejs/teams/sqlite) |
900+
| `test/*` | [@nodejs/testing](https://github.com/orgs/nodejs/teams/testing) |
901+
| `tools/eslint`, `eslint.config.mjs` | [@nodejs/linting](https://github.com/orgs/nodejs/teams/linting) |
902+
| build | [@nodejs/build](https://github.com/orgs/nodejs/teams/build) |
903+
| GYP | [@nodejs/gyp](https://github.com/orgs/nodejs/teams/gyp) |
904+
| performance | [@nodejs/performance](https://github.com/orgs/nodejs/teams/performance) |
905+
| platform specific | @nodejs/platform-{[aix](https://github.com/orgs/nodejs/teams/platform-aix), [arm](https://github.com/orgs/nodejs/teams/platform-arm), [freebsd](https://github.com/orgs/nodejs/teams/platform-freebsd), [macos](https://github.com/orgs/nodejs/teams/platform-macos), [ppc](https://github.com/orgs/nodejs/teams/platform-ppc), [smartos](https://github.com/orgs/nodejs/teams/platform-smartos), [s390](https://github.com/orgs/nodejs/teams/platform-s390), [windows](https://github.com/orgs/nodejs/teams/platform-windows), [windows-arm](https://github.com/orgs/nodejs/teams/platform-windows-arm)} |
906+
| python code | [@nodejs/python](https://github.com/orgs/nodejs/teams/python) |
907+
| upgrading c-ares | [@rvagg](https://github.com/rvagg) |
908+
| upgrading http-parser | [@nodejs/http](https://github.com/orgs/nodejs/teams/http), [@nodejs/http2](https://github.com/orgs/nodejs/teams/http2) |
909+
| upgrading libuv | [@nodejs/libuv](https://github.com/orgs/nodejs/teams/libuv) |
910+
| upgrading npm | [@nodejs/npm](https://github.com/orgs/nodejs/teams/npm) |
911+
| upgrading V8 | [@nodejs/V8](https://github.com/orgs/nodejs/teams/V8), [@nodejs/post-mortem](https://github.com/orgs/nodejs/teams/post-mortem) |
912+
| Embedded use or delivery of Node.js | [@nodejs/delivery-channels](https://github.com/orgs/nodejs/teams/delivery-channels) |
913+
913914

914915
When things need extra attention, are controversial, or `semver-major`:
915916
@nodejs/tsc

0 commit comments

Comments
 (0)