Skip to content

Commit bc4d4f0

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: update "Who to cc..." in COLLABORATOR_GUIDE
Some of the mentioned files seem to be moved or renamed. PR-URL: #20564 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent f42d6fa commit bc4d4f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎COLLABORATOR_GUIDE.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,6 @@ LTS working group and the Release team.
832832
| Subsystem | Maintainers |
833833
| --- | --- |
834834
|`benchmark/*`|@nodejs/benchmarking, @mscdex|
835-
|`bootstrap_node.js`|@nodejs/process|
836835
|`doc/*`, `*.md`|@nodejs/documentation|
837836
|`lib/assert`|@nodejs/testing|
838837
|`lib/async_hooks`|@nodejs/async\_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
@@ -845,20 +844,21 @@ LTS working group and the Release team.
845844
|`lib/fs`, `src/{fs,file}`|@nodejs/fs|
846845
|`lib/{_}http{*}`|@nodejs/http|
847846
|`lib/inspector.js`, `src/inspector_*`|@nodejs/V8-inspector|
847+
|`lib/internal/bootstrap/*`|@nodejs/process|
848848
|`lib/internal/url`, `src/node_url`|@nodejs/url|
849849
|`lib/net`|@bnoordhuis, @indutny, @nodejs/streams|
850850
|`lib/repl`|@nodejs/repl|
851851
|`lib/{_}stream{*}`|@nodejs/streams|
852852
|`lib/timers`|@nodejs/timers|
853853
|`lib/util`|@nodejs/util|
854854
|`lib/zlib`|@nodejs/zlib|
855-
|`src/async-wrap.*`|@nodejs/async\_hooks |
855+
|`src/async_wrap.*`|@nodejs/async\_hooks |
856856
|`src/node_api.*`|@nodejs/n-api|
857857
|`src/node_crypto.*`|@nodejs/crypto|
858858
|`test/*`|@nodejs/testing|
859859
|`tools/node_modules/eslint`, `.eslintrc`|@nodejs/linting|
860860
| build |@nodejs/build|
861-
|`src/module_wrap.*`, `lib/internal/loader/*`, `lib/internal/vm/Module.js`|@nodejs/modules|
861+
|`src/module_wrap.*`, `lib/internal/modules/*`, `lib/internal/vm/module.js`|@nodejs/modules|
862862
| GYP |@nodejs/gyp|
863863
| performance |@nodejs/performance|
864864
| platform specific |@nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |

0 commit comments

Comments
 (0)