doc: update teams in collaborator-guide.md and add links

PR-URL: https://github.com/nodejs/node/pull/60065
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
Bart Louwers 2025-10-11 15:55:58 +02:00 committed by GitHub
parent 367bcce6a6
commit a2f088d516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -869,50 +869,48 @@ might impact an LTS release.
## Who to CC in the issue tracker ## Who to CC in the issue tracker
| Subsystem | Maintainers | | Subsystem | Maintainers |
| -------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `benchmark/*` | @nodejs/benchmarking, @mscdex | | `benchmark/*` | [@nodejs/benchmarking][] |
| `doc/*`, `*.md` | @nodejs/documentation | | `doc/*`, `*.md` | [@nodejs/documentation][] |
| `lib/assert` | @nodejs/assert | | `lib/assert` | [@nodejs/assert][] |
| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) | | `lib/async_hooks` | [@nodejs/async\_hooks][@nodejs/async_hooks] for bugs/reviews (+ [@nodejs/diagnostics][] for API) |
| `lib/buffer` | @nodejs/buffer | | `lib/buffer` | [@nodejs/buffer][] |
| `lib/child_process` | @nodejs/child\_process | | `lib/child_process` | [@nodejs/child\_process][@nodejs/child_process] |
| `lib/cluster` | @nodejs/cluster | | `lib/cluster` | [@nodejs/cluster][] |
| `lib/{crypto,tls,https}` | @nodejs/crypto | | `lib/{crypto,tls,https}` | [@nodejs/crypto][] |
| `lib/dgram` | @nodejs/dgram | | `lib/dgram` | [@nodejs/dgram][] |
| `lib/domains` | @nodejs/domains | | `lib/domains` | [@nodejs/domains][] |
| `lib/fs`, `src/{fs,file}` | @nodejs/fs | | `lib/fs`, `src/{fs,file}` | [@nodejs/fs][] |
| `lib/{_}http{*}` | @nodejs/http | | `lib/{_}http{*}` | [@nodejs/http][] |
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector | | `lib/inspector.js`, `src/inspector_*` | [@nodejs/v8-inspector][] |
| `lib/internal/bootstrap/*` | @nodejs/process | | `lib/internal/bootstrap/*` | [@nodejs/process][] |
| `lib/internal/url`, `src/node_url` | @nodejs/url | | `lib/internal/url`, `src/node_url` | [@nodejs/url][] |
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams | | `lib/net` | [@nodejs/streams][] |
| `lib/repl` | @nodejs/repl | | `lib/repl` | [@nodejs/repl][] |
| `lib/{_}stream{*}` | @nodejs/streams | | `lib/{_}stream{*}` | [@nodejs/streams][] |
| `lib/internal/test_runner` | @nodejs/test\_runner | | `lib/internal/test_runner` | [@nodejs/test\_runner][@nodejs/test_runner] |
| `lib/timers` | @nodejs/timers | | `lib/timers` | [@nodejs/timers][] |
| `lib/util` | @nodejs/util | | `lib/zlib` | [@nodejs/zlib][] |
| `lib/zlib` | @nodejs/zlib | | `src/async_wrap.*` | [@nodejs/async\_hooks][@nodejs/async_hooks] |
| `src/async_wrap.*` | @nodejs/async\_hooks | | `src/node_api.*` | [@nodejs/node-api][] |
| `src/node_api.*` | @nodejs/node-api | | `src/node_crypto.*`, `src/crypto` | [@nodejs/crypto][] |
| `src/node_crypto.*`, `src/crypto` | @nodejs/crypto | | `src/node_sqlite.*` | [@nodejs/sqlite][] |
| `test/*` | @nodejs/testing | | `test/*` | [@nodejs/testing][] |
| `tools/eslint`, `eslint.config.mjs` | @nodejs/linting | | `tools/eslint`, `eslint.config.mjs` | [@nodejs/linting][] |
| build | @nodejs/build | | build | [@nodejs/build][] |
| `src/module_wrap.*`, `lib/internal/modules/*`, `lib/internal/vm/module.js` | @nodejs/modules | | GYP | [@nodejs/gyp][] |
| GYP | @nodejs/gyp | | performance | [@nodejs/performance][] |
| performance | @nodejs/performance | | platform specific | @nodejs/platform-{[aix][], [arm][], [freebsd][], [macos][], [ppc][], [smartos][], [s390][], [windows][], [windows-arm][]} |
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows,windows-arm} | | python code | [@nodejs/python][] |
| python code | @nodejs/python | | upgrading http-parser | [@nodejs/http][], [@nodejs/http2][] |
| upgrading c-ares | @rvagg | | upgrading libuv | [@nodejs/libuv][] |
| upgrading http-parser | @nodejs/http, @nodejs/http2 | | upgrading npm | [@nodejs/npm][] |
| upgrading libuv | @nodejs/libuv | | upgrading V8 | [@nodejs/V8][], [@nodejs/post-mortem][] |
| upgrading npm | @nodejs/npm | | Embedded use or delivery of Node.js | [@nodejs/delivery-channels][] |
| 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`: When things need extra attention, are controversial, or `semver-major`:
@nodejs/tsc [@nodejs/tsc][]
If you cannot find who to cc for a file, `git shortlog -n -s <file>` can help. If you cannot find who to cc for a file, `git shortlog -n -s <file>` can help.
@ -1000,6 +998,42 @@ need to be attached anymore, as only important bugfixes will be included.
* No `x86{_64}` label because it is the implied default * No `x86{_64}` label because it is the implied default
["Merge pull request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github ["Merge pull request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github
[@nodejs/V8]: https://github.com/orgs/nodejs/teams/V8
[@nodejs/assert]: https://github.com/orgs/nodejs/teams/assert
[@nodejs/async_hooks]: https://github.com/orgs/nodejs/teams/async_hooks
[@nodejs/benchmarking]: https://github.com/orgs/nodejs/teams/benchmarking
[@nodejs/buffer]: https://github.com/orgs/nodejs/teams/buffer
[@nodejs/build]: https://github.com/orgs/nodejs/teams/build
[@nodejs/child_process]: https://github.com/orgs/nodejs/teams/child_process
[@nodejs/cluster]: https://github.com/orgs/nodejs/teams/cluster
[@nodejs/crypto]: https://github.com/orgs/nodejs/teams/crypto
[@nodejs/delivery-channels]: https://github.com/orgs/nodejs/teams/delivery-channels
[@nodejs/dgram]: https://github.com/orgs/nodejs/teams/dgram
[@nodejs/diagnostics]: https://github.com/orgs/nodejs/teams/diagnostics
[@nodejs/documentation]: https://github.com/orgs/nodejs/teams/documentation
[@nodejs/domains]: https://github.com/orgs/nodejs/teams/domains
[@nodejs/fs]: https://github.com/orgs/nodejs/teams/fs
[@nodejs/gyp]: https://github.com/orgs/nodejs/teams/gyp
[@nodejs/http]: https://github.com/orgs/nodejs/teams/http
[@nodejs/http2]: https://github.com/orgs/nodejs/teams/http2
[@nodejs/libuv]: https://github.com/orgs/nodejs/teams/libuv
[@nodejs/linting]: https://github.com/orgs/nodejs/teams/linting
[@nodejs/node-api]: https://github.com/orgs/nodejs/teams/node-api
[@nodejs/npm]: https://github.com/orgs/nodejs/teams/npm
[@nodejs/performance]: https://github.com/orgs/nodejs/teams/performance
[@nodejs/post-mortem]: https://github.com/orgs/nodejs/teams/post-mortem
[@nodejs/process]: https://github.com/orgs/nodejs/teams/process
[@nodejs/python]: https://github.com/orgs/nodejs/teams/python
[@nodejs/repl]: https://github.com/orgs/nodejs/teams/repl
[@nodejs/sqlite]: https://github.com/orgs/nodejs/teams/sqlite
[@nodejs/streams]: https://github.com/orgs/nodejs/teams/streams
[@nodejs/test_runner]: https://github.com/orgs/nodejs/teams/test_runner
[@nodejs/testing]: https://github.com/orgs/nodejs/teams/testing
[@nodejs/timers]: https://github.com/orgs/nodejs/teams/timers
[@nodejs/tsc]: https://github.com/orgs/nodejs/teams/tsc
[@nodejs/url]: https://github.com/orgs/nodejs/teams/url
[@nodejs/v8-inspector]: https://github.com/orgs/nodejs/teams/v8-inspector
[@nodejs/zlib]: https://github.com/orgs/nodejs/teams/zlib
[Deprecation]: https://en.wikipedia.org/wiki/Deprecation [Deprecation]: https://en.wikipedia.org/wiki/Deprecation
[SECURITY.md]: https://github.com/nodejs/node/blob/HEAD/SECURITY.md [SECURITY.md]: https://github.com/nodejs/node/blob/HEAD/SECURITY.md
[Stability Index]: ../api/documentation.md#stability-index [Stability Index]: ../api/documentation.md#stability-index
@ -1007,14 +1041,23 @@ need to be attached anymore, as only important bugfixes will be included.
[`--pending-deprecation`]: ../api/cli.md#--pending-deprecation [`--pending-deprecation`]: ../api/cli.md#--pending-deprecation
[`--throw-deprecation`]: ../api/cli.md#--throw-deprecation [`--throw-deprecation`]: ../api/cli.md#--throw-deprecation
[`@node-core/utils`]: https://github.com/nodejs/node-core-utils [`@node-core/utils`]: https://github.com/nodejs/node-core-utils
[aix]: https://github.com/orgs/nodejs/teams/platform-aix
[arm]: https://github.com/orgs/nodejs/teams/platform-arm
[backporting guide]: backporting-to-release-lines.md [backporting guide]: backporting-to-release-lines.md
[commit message guidelines]: pull-requests.md#commit-message-guidelines [commit message guidelines]: pull-requests.md#commit-message-guidelines
[commit-example]: https://github.com/nodejs/node/commit/b636ba8186 [commit-example]: https://github.com/nodejs/node/commit/b636ba8186
[commit-queue.md]: ./commit-queue.md [commit-queue.md]: ./commit-queue.md
[freebsd]: https://github.com/orgs/nodejs/teams/platform-freebsd
[git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/ [git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/
[git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md [git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md
[git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata [git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata
[git-username]: https://help.github.com/articles/setting-your-username-in-git/ [git-username]: https://help.github.com/articles/setting-your-username-in-git/
[macos]: https://github.com/orgs/nodejs/teams/platform-macos
[node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials [node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials
[node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues [node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues
[ppc]: https://github.com/orgs/nodejs/teams/platform-ppc
[s390]: https://github.com/orgs/nodejs/teams/platform-s390
[smartos]: https://github.com/orgs/nodejs/teams/platform-smartos
[unreliable tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22 [unreliable tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22
[windows]: https://github.com/orgs/nodejs/teams/platform-windows
[windows-arm]: https://github.com/orgs/nodejs/teams/platform-windows-arm