Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 140d6af

Browse filesBrowse files
mhdawsondanielleadams
authored andcommitted
doc: add platform-windows-arm to who to CC
Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #43808 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Stewart X Addison <sxa@redhat.com>
1 parent 976093e commit 140d6af
Copy full SHA for 140d6af

File tree

Expand file treeCollapse file tree

1 file changed

+40
-40
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+40
-40
lines changed
Open diff view settings
Collapse file

‎doc/contributing/collaborator-guide.md‎

Copy file name to clipboardExpand all lines: doc/contributing/collaborator-guide.md
+40-40Lines changed: 40 additions & 40 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.