Skip to content

Commit b94f521

Browse files
committed
doc: remove individuals from collaborator-guide.md
1 parent c0c2742 commit b94f521

File tree

1 file changed

+25
-30
lines changed

1 file changed

+25
-30
lines changed

doc/contributing/collaborator-guide.md

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ might impact an LTS release.
871871

872872
| Subsystem | Maintainers |
873873
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
874-
| `benchmark/*` | [@nodejs/benchmarking][], [@mscdex][] |
874+
| `benchmark/*` | [@nodejs/benchmarking][] |
875875
| `doc/*`, `*.md` | [@nodejs/documentation][] |
876876
| `lib/assert` | [@nodejs/assert][] |
877877
| `lib/async_hooks` | [@nodejs/async\_hooks][@nodejs/async_hooks] for bugs/reviews (+ [@nodejs/diagnostics][] for API) |
@@ -886,7 +886,7 @@ might impact an LTS release.
886886
| `lib/inspector.js`, `src/inspector_*` | [@nodejs/v8-inspector][] |
887887
| `lib/internal/bootstrap/*` | [@nodejs/process][] |
888888
| `lib/internal/url`, `src/node_url` | [@nodejs/url][] |
889-
| `lib/net` | [@bnoordhuis][], [@indutny][], [@nodejs/streams][] |
889+
| `lib/net` | [@nodejs/streams][] |
890890
| `lib/repl` | [@nodejs/repl][] |
891891
| `lib/{_}stream{*}` | [@nodejs/streams][] |
892892
| `lib/internal/test_runner` | [@nodejs/test\_runner][@nodejs/test_runner] |
@@ -903,7 +903,6 @@ might impact an LTS release.
903903
| performance | [@nodejs/performance][] |
904904
| platform specific | @nodejs/platform-{[aix][], [arm][], [freebsd][], [macos][], [ppc][], [smartos][], [s390][], [windows][], [windows-arm][]} |
905905
| python code | [@nodejs/python][] |
906-
| upgrading c-ares | [@rvagg][] |
907906
| upgrading http-parser | [@nodejs/http][], [@nodejs/http2][] |
908907
| upgrading libuv | [@nodejs/libuv][] |
909908
| upgrading npm | [@nodejs/npm][] |
@@ -999,37 +998,19 @@ need to be attached anymore, as only important bugfixes will be included.
999998
* No `x86{_64}` label because it is the implied default
1000999

10011000
["Merge pull request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github
1002-
[Deprecation]: https://en.wikipedia.org/wiki/Deprecation
1003-
[SECURITY.md]: https://github.com/nodejs/node/blob/HEAD/SECURITY.md
1004-
[Stability Index]: ../api/documentation.md#stability-index
1005-
[TSC]: https://github.com/nodejs/TSC
1006-
[`--pending-deprecation`]: ../api/cli.md#--pending-deprecation
1007-
[`--throw-deprecation`]: ../api/cli.md#--throw-deprecation
1008-
[`@node-core/utils`]: https://github.com/nodejs/node-core-utils
1009-
[backporting guide]: backporting-to-release-lines.md
1010-
[commit message guidelines]: pull-requests.md#commit-message-guidelines
1011-
[commit-example]: https://github.com/nodejs/node/commit/b636ba8186
1012-
[commit-queue.md]: ./commit-queue.md
1013-
[git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/
1014-
[git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md
1015-
[git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata
1016-
[git-username]: https://help.github.com/articles/setting-your-username-in-git/
1017-
[node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials
1018-
[node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues
1019-
[unreliable tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22
10201001
[@nodejs/assert]: https://github.com/orgs/nodejs/teams/assert
10211002
[@nodejs/async_hooks]: https://github.com/orgs/nodejs/teams/async_hooks
10221003
[@nodejs/benchmarking]: https://github.com/orgs/nodejs/teams/benchmarking
1023-
[@nodejs/build]: https://github.com/orgs/nodejs/teams/build
10241004
[@nodejs/buffer]: https://github.com/orgs/nodejs/teams/buffer
1005+
[@nodejs/build]: https://github.com/orgs/nodejs/teams/build
10251006
[@nodejs/child_process]: https://github.com/orgs/nodejs/teams/child_process
10261007
[@nodejs/cluster]: https://github.com/orgs/nodejs/teams/cluster
10271008
[@nodejs/crypto]: https://github.com/orgs/nodejs/teams/crypto
10281009
[@nodejs/delivery-channels]: https://github.com/orgs/nodejs/teams/delivery-channels
1029-
[@nodejs/diagnostics]: https://github.com/orgs/nodejs/teams/diagnostics
10301010
[@nodejs/dgram]: https://github.com/orgs/nodejs/teams/dgram
1031-
[@nodejs/domains]: https://github.com/orgs/nodejs/teams/domains
1011+
[@nodejs/diagnostics]: https://github.com/orgs/nodejs/teams/diagnostics
10321012
[@nodejs/documentation]: https://github.com/orgs/nodejs/teams/documentation
1013+
[@nodejs/domains]: https://github.com/orgs/nodejs/teams/domains
10331014
[@nodejs/fs]: https://github.com/orgs/nodejs/teams/fs
10341015
[@nodejs/gyp]: https://github.com/orgs/nodejs/teams/gyp
10351016
[@nodejs/http]: https://github.com/orgs/nodejs/teams/http
@@ -1054,16 +1035,30 @@ need to be attached anymore, as only important bugfixes will be included.
10541035
[@nodejs/v8-inspector]: https://github.com/orgs/nodejs/teams/v8-inspector
10551036
[@nodejs/V8]: https://github.com/orgs/nodejs/teams/V8
10561037
[@nodejs/zlib]: https://github.com/orgs/nodejs/teams/zlib
1057-
[@bnoordhuis]: https://github.com/bnoordhuis
1058-
[@indutny]: https://github.com/indutny
1059-
[@mscdex]: https://github.com/mscdex
1060-
[@rvagg]: https://github.com/rvagg
1038+
[`--pending-deprecation`]: ../api/cli.md#--pending-deprecation
1039+
[`--throw-deprecation`]: ../api/cli.md#--throw-deprecation
1040+
[`@node-core/utils`]: https://github.com/nodejs/node-core-utils
10611041
[aix]: https://github.com/orgs/nodejs/teams/platform-aix
10621042
[arm]: https://github.com/orgs/nodejs/teams/platform-arm
1043+
[backporting guide]: backporting-to-release-lines.md
1044+
[commit message guidelines]: pull-requests.md#commit-message-guidelines
1045+
[commit-example]: https://github.com/nodejs/node/commit/b636ba8186
1046+
[commit-queue.md]: ./commit-queue.md
1047+
[Deprecation]: https://en.wikipedia.org/wiki/Deprecation
10631048
[freebsd]: https://github.com/orgs/nodejs/teams/platform-freebsd
1049+
[git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/
1050+
[git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata
1051+
[git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md
1052+
[git-username]: https://help.github.com/articles/setting-your-username-in-git/
10641053
[macos]: https://github.com/orgs/nodejs/teams/platform-macos
1054+
[node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials
1055+
[node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues
10651056
[ppc]: https://github.com/orgs/nodejs/teams/platform-ppc
1066-
[smartos]: https://github.com/orgs/nodejs/teams/platform-smartos
10671057
[s390]: https://github.com/orgs/nodejs/teams/platform-s390
1068-
[windows]: https://github.com/orgs/nodejs/teams/platform-windows
1058+
[SECURITY.md]: https://github.com/nodejs/node/blob/HEAD/SECURITY.md
1059+
[smartos]: https://github.com/orgs/nodejs/teams/platform-smartos
1060+
[Stability Index]: ../api/documentation.md#stability-index
1061+
[TSC]: https://github.com/nodejs/TSC
1062+
[unreliable tests]: https://github.com/nodejs/node/issues?q=is%3Aopen+is%3Aissue+label%3A%22CI+%2F+flaky+test%22
10691063
[windows-arm]: https://github.com/orgs/nodejs/teams/platform-windows-arm
1064+
[windows]: https://github.com/orgs/nodejs/teams/platform-windows

0 commit comments

Comments
 (0)