Skip to content

Commit 4eb8e3f

Browse files
authored
doc: add platform-windows-arm to who to CC
Signed-off-by: Michael Dawson <[email protected]> PR-URL: #43808 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Stewart X Addison <[email protected]>
1 parent dabda03 commit 4eb8e3f

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

doc/contributing/collaborator-guide.md

+40-40
Original file line numberDiff line numberDiff line change
@@ -790,46 +790,46 @@ might impact an LTS release.
790790

791791
## Who to CC in the issue tracker
792792

793-
| Subsystem | Maintainers |
794-
| -------------------------------------------------------------------------- | --------------------------------------------------------------------- |
795-
| `benchmark/*` | @nodejs/benchmarking, @mscdex |
796-
| `doc/*`, `*.md` | @nodejs/documentation |
797-
| `lib/assert` | @nodejs/assert |
798-
| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
799-
| `lib/buffer` | @nodejs/buffer |
800-
| `lib/child_process` | @nodejs/child\_process |
801-
| `lib/cluster` | @nodejs/cluster |
802-
| `lib/{crypto,tls,https}` | @nodejs/crypto |
803-
| `lib/dgram` | @nodejs/dgram |
804-
| `lib/domains` | @nodejs/domains |
805-
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
806-
| `lib/{_}http{*}` | @nodejs/http |
807-
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
808-
| `lib/internal/bootstrap/*` | @nodejs/process |
809-
| `lib/internal/url`, `src/node_url` | @nodejs/url |
810-
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
811-
| `lib/repl` | @nodejs/repl |
812-
| `lib/{_}stream{*}` | @nodejs/streams |
813-
| `lib/timers` | @nodejs/timers |
814-
| `lib/util` | @nodejs/util |
815-
| `lib/zlib` | @nodejs/zlib |
816-
| `src/async_wrap.*` | @nodejs/async\_hooks |
817-
| `src/node_api.*` | @nodejs/node-api |
818-
| `src/node_crypto.*`, `src/crypto` | @nodejs/crypto |
819-
| `test/*` | @nodejs/testing |
820-
| `tools/node_modules/eslint`, `.eslintrc` | @nodejs/linting |
821-
| build | @nodejs/build |
822-
| `src/module_wrap.*`, `lib/internal/modules/*`, `lib/internal/vm/module.js` | @nodejs/modules |
823-
| GYP | @nodejs/gyp |
824-
| performance | @nodejs/performance |
825-
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
826-
| python code | @nodejs/python |
827-
| upgrading c-ares | @rvagg |
828-
| upgrading http-parser | @nodejs/http, @nodejs/http2 |
829-
| upgrading libuv | @nodejs/libuv |
830-
| upgrading npm | @nodejs/npm |
831-
| upgrading V8 | @nodejs/V8, @nodejs/post-mortem |
832-
| Embedded use or delivery of Node.js | @nodejs/delivery-channels |
793+
| Subsystem | Maintainers |
794+
| -------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
795+
| `benchmark/*` | @nodejs/benchmarking, @mscdex |
796+
| `doc/*`, `*.md` | @nodejs/documentation |
797+
| `lib/assert` | @nodejs/assert |
798+
| `lib/async_hooks` | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
799+
| `lib/buffer` | @nodejs/buffer |
800+
| `lib/child_process` | @nodejs/child\_process |
801+
| `lib/cluster` | @nodejs/cluster |
802+
| `lib/{crypto,tls,https}` | @nodejs/crypto |
803+
| `lib/dgram` | @nodejs/dgram |
804+
| `lib/domains` | @nodejs/domains |
805+
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
806+
| `lib/{_}http{*}` | @nodejs/http |
807+
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
808+
| `lib/internal/bootstrap/*` | @nodejs/process |
809+
| `lib/internal/url`, `src/node_url` | @nodejs/url |
810+
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
811+
| `lib/repl` | @nodejs/repl |
812+
| `lib/{_}stream{*}` | @nodejs/streams |
813+
| `lib/timers` | @nodejs/timers |
814+
| `lib/util` | @nodejs/util |
815+
| `lib/zlib` | @nodejs/zlib |
816+
| `src/async_wrap.*` | @nodejs/async\_hooks |
817+
| `src/node_api.*` | @nodejs/node-api |
818+
| `src/node_crypto.*`, `src/crypto` | @nodejs/crypto |
819+
| `test/*` | @nodejs/testing |
820+
| `tools/node_modules/eslint`, `.eslintrc` | @nodejs/linting |
821+
| build | @nodejs/build |
822+
| `src/module_wrap.*`, `lib/internal/modules/*`, `lib/internal/vm/module.js` | @nodejs/modules |
823+
| GYP | @nodejs/gyp |
824+
| performance | @nodejs/performance |
825+
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows,windows-arm} |
826+
| python code | @nodejs/python |
827+
| upgrading c-ares | @rvagg |
828+
| upgrading http-parser | @nodejs/http, @nodejs/http2 |
829+
| upgrading libuv | @nodejs/libuv |
830+
| upgrading npm | @nodejs/npm |
831+
| upgrading V8 | @nodejs/V8, @nodejs/post-mortem |
832+
| Embedded use or delivery of Node.js | @nodejs/delivery-channels |
833833

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

0 commit comments

Comments
 (0)