Skip to content

Commit f5f2a0e

Browse files
thelostone-mcaddaleax
authored andcommitted
doc: sort and update /cc list for inspector issues
Updated onboarding-extras.md to /cc @nodejs/v8-inspector for inspector issues and reorganized /cc list in alphabetical order. PR-URL: #13632 Fixes: #13621 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Eugene Ostroukhov <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent dc06a0a commit f5f2a0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/onboarding-extras.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
| `lib/dgram` | @cjihrig, @mcollina |
1515
| `lib/domains` | @misterdjules |
1616
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
17-
| `lib/internal/url`, `src/node_url` | @nodejs/url |
1817
| `lib/{_}http{*}` | @nodejs/http |
18+
| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector |
19+
| `lib/internal/url`, `src/node_url` | @nodejs/url |
1920
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
20-
| `lib/{_}stream{*}` | @nodejs/streams |
2121
| `lib/repl` | @addaleax, @fishrock123 |
22+
| `lib/{_}stream{*}` | @nodejs/streams |
2223
| `lib/timers` | @fishrock123, @misterdjules |
2324
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |
2425
| `lib/zlib` | @addaleax, @bnoordhuis, @indutny |
@@ -29,14 +30,13 @@
2930
| `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
3031
| async_hooks | @nodejs/async_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
3132
| performance | @nodejs/performance |
32-
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
33-
| upgrading npm | @fishrock123, @MylesBorins |
33+
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
34+
| python code | @nodejs/python |
3435
| upgrading c-ares | @jbergstroem |
3536
| upgrading http-parser | @jbergstroem, @nodejs/http |
3637
| upgrading libuv | @saghul |
37-
| python code | @nodejs/python |
38-
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
39-
38+
| upgrading npm | @fishrock123, @MylesBorins |
39+
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
4040

4141
When things need extra attention, are controversial, or `semver-major`: @nodejs/ctc
4242

0 commit comments

Comments
 (0)