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 2cc05e0

Browse filesBrowse files
committed
doc: add nodejs/gyp team for GYP related issues
PR-URL: #16638 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent d9a18be commit 2cc05e0
Copy full SHA for 2cc05e0

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+38
-37
lines changed
Open diff view settings
Collapse file

‎doc/onboarding-extras.md‎

Copy file name to clipboardExpand all lines: doc/onboarding-extras.md
+38-37Lines changed: 38 additions & 37 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,44 @@
22

33
## Who to CC in issues
44

5-
| subsystem | maintainers |
6-
| --- | --- |
7-
| `benchmark/*` | @nodejs/benchmarking, @mscdex |
8-
| `bootstrap_node.js` | @fishrock123 |
9-
| `doc/*`, `*.md` | @nodejs/documentation |
10-
| `lib/assert` | @nodejs/testing |
11-
| `lib/buffer` | @nodejs/buffer |
12-
| `lib/child_process` | @bnoordhuis, @cjihrig |
13-
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
14-
| `lib/{crypto,tls,https}` | @nodejs/crypto |
15-
| `lib/dgram` | @cjihrig, @mcollina |
16-
| `lib/domains` | @misterdjules |
17-
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
18-
| `lib/{_}http{*}` | @nodejs/http |
19-
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
20-
| `lib/internal/url`, `src/node_url` | @nodejs/url |
21-
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
22-
| `lib/repl` | @addaleax, @fishrock123 |
23-
| `lib/{_}stream{*}` | @nodejs/streams |
24-
| `lib/timers` | @fishrock123, @misterdjules |
25-
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |
26-
| `lib/zlib` | @addaleax, @bnoordhuis, @indutny |
27-
| `src/async-wrap.*` | @nodejs/async_hooks |
28-
| `src/node_api.*` | @nodejs/n-api |
29-
| `src/node_crypto.*` | @nodejs/crypto |
30-
| `test/*` | @nodejs/testing |
31-
| `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
32-
| async_hooks | @nodejs/async_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
33-
| build | @nodejs/build |
34-
| performance | @nodejs/performance |
35-
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
36-
| python code | @nodejs/python |
37-
| upgrading c-ares | @jbergstroem |
38-
| upgrading http-parser | @jbergstroem, @nodejs/http |
39-
| upgrading libuv | @saghul |
40-
| upgrading npm | @fishrock123, @MylesBorins |
41-
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
5+
| Subsystem | Maintainers |
6+
| --- | --- |
7+
| `benchmark/*` | @nodejs/benchmarking, @mscdex |
8+
| `bootstrap_node.js` | @fishrock123 |
9+
| `doc/*`, `*.md` | @nodejs/documentation |
10+
| `lib/assert` | @nodejs/testing |
11+
| `lib/buffer` | @nodejs/buffer |
12+
| `lib/child_process` | @bnoordhuis, @cjihrig |
13+
| `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina |
14+
| `lib/{crypto,tls,https}` | @nodejs/crypto |
15+
| `lib/dgram` | @cjihrig, @mcollina |
16+
| `lib/domains` | @misterdjules |
17+
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
18+
| `lib/{_}http{*}` | @nodejs/http |
19+
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
20+
| `lib/internal/url`, `src/node_url` | @nodejs/url |
21+
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
22+
| `lib/repl` | @addaleax, @fishrock123 |
23+
| `lib/{_}stream{*}` | @nodejs/streams |
24+
| `lib/timers` | @fishrock123, @misterdjules |
25+
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |
26+
| `lib/zlib` | @addaleax, @bnoordhuis, @indutny |
27+
| `src/async-wrap.*` | @nodejs/async\_hooks |
28+
| `src/node_api.*` | @nodejs/n-api |
29+
| `src/node_crypto.*` | @nodejs/crypto |
30+
| `test/*` | @nodejs/testing |
31+
| `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
32+
| async\_hooks | @nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
33+
| build | @nodejs/build |
34+
| GYP | @nodejs/gyp |
35+
| performance | @nodejs/performance |
36+
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
37+
| python code | @nodejs/python |
38+
| upgrading c-ares | @jbergstroem |
39+
| upgrading http-parser | @jbergstroem, @nodejs/http |
40+
| upgrading libuv | @saghul |
41+
| upgrading npm | @fishrock123, @MylesBorins |
42+
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
4243

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.