35
35
- [ How are LTS Branches Managed?] ( #how-are-lts-branches-managed )
36
36
- [ How can I help?] ( #how-can-i-help )
37
37
- [ How is an LTS release cut?] ( #how-is-an-lts-release-cut )
38
+ * [ Who to CC in the issue tracker] ( #who-to-cc-in-the-issue-tracker )
38
39
39
40
This document contains information for Collaborators of the Node.js
40
41
project regarding managing the project's code, documentation, and issue tracker.
@@ -53,7 +54,7 @@ requests they feel qualified to handle. Make sure this is done while being
53
54
mindful of these guidelines, the opinions of other Collaborators, and guidance
54
55
of the [ TSC] [ ] . They may also notify other qualified parties for more input on
55
56
an issue or a pull request.
56
- [ See " Who to CC in issues" ] ( ./doc/onboarding-extras.md #who-to-cc-in-issues )
57
+ See [ Who to CC in the issue tracker ] ( #who-to-cc-in-the-issue-tracker ) .
57
58
58
59
### Welcoming First-Time Contributors
59
60
@@ -118,7 +119,7 @@ Collaborator, an additional Collaborator is required for sign-off.
118
119
119
120
In some cases, it may be necessary to summon a GitHub team to a pull request for
120
121
review by @-mention.
121
- [ See " Who to CC in issues" ] ( ./doc/onboarding-extras.md #who-to-cc-in-issues ) .
122
+ See [ Who to CC in the issue tracker ] ( #who-to-cc-in-the-issue-tracker ) .
122
123
123
124
If you are unsure about the modification and are not prepared to take
124
125
full responsibility for the change, defer to another Collaborator.
@@ -821,6 +822,54 @@ selected commits will be picked from the staging branch to be included in the
821
822
release. This process of making a release will be a collaboration between the
822
823
LTS working group and the Release team.
823
824
825
+ ## Who to CC in the issue tracker
826
+
827
+ | Subsystem | Maintainers |
828
+ | --- | --- |
829
+ | ` benchmark/* ` | @nodejs/benchmarking , @mscdex |
830
+ | ` bootstrap_node.js ` | @nodejs/process |
831
+ | ` doc/* ` , ` *.md ` | @nodejs/documentation |
832
+ | ` lib/assert ` | @nodejs/testing |
833
+ | ` lib/async_hooks ` | @nodejs/async \_ hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
834
+ | ` lib/buffer ` | @nodejs/buffer |
835
+ | ` lib/child_process ` | @nodejs/child \_ process |
836
+ | ` lib/cluster ` | @nodejs/cluster |
837
+ | ` lib/{crypto,tls,https} ` | @nodejs/crypto |
838
+ | ` lib/dgram ` | @nodejs/dgram |
839
+ | ` lib/domains ` | @nodejs/domains |
840
+ | ` lib/fs ` , ` src/{fs,file} ` | @nodejs/fs |
841
+ | ` lib/{_}http{*} ` | @nodejs/http |
842
+ | ` lib/inspector.js ` , ` src/inspector_* ` | @nodejs/V8-inspector |
843
+ | ` lib/internal/url ` , ` src/node_url ` | @nodejs/url |
844
+ | ` lib/net ` | @bnoordhuis , @indutny , @nodejs/streams |
845
+ | ` lib/repl ` | @nodejs/repl |
846
+ | ` lib/{_}stream{*} ` | @nodejs/streams |
847
+ | ` lib/timers ` | @nodejs/timers |
848
+ | ` lib/util ` | @nodejs/util |
849
+ | ` lib/zlib ` | @nodejs/zlib |
850
+ | ` src/async-wrap.* ` | @nodejs/async \_ hooks |
851
+ | ` src/node_api.* ` | @nodejs/n-api |
852
+ | ` src/node_crypto.* ` | @nodejs/crypto |
853
+ | ` test/* ` | @nodejs/testing |
854
+ | ` tools/node_modules/eslint ` , ` .eslintrc ` | @nodejs/linting |
855
+ | build | @nodejs/build |
856
+ | ` src/module_wrap.* ` , ` lib/internal/loader/* ` , ` lib/internal/vm/Module.js ` | @nodejs/modules |
857
+ | GYP | @nodejs/gyp |
858
+ | performance | @nodejs/performance |
859
+ | platform specific | @nodejs/platform- {aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
860
+ | python code | @nodejs/python |
861
+ | upgrading c-ares | @rvagg |
862
+ | upgrading http-parser | @nodejs/http , @nodejs/http2 |
863
+ | upgrading libuv | @nodejs/libuv |
864
+ | upgrading npm | @fishrock123 , @MylesBorins |
865
+ | upgrading V8 | @nodejs/V8 , @nodejs/post-mortem |
866
+ | Embedded use or delivery of Node.js | @nodejs/delivery-channels |
867
+
868
+ When things need extra attention, are controversial, or ` semver-major ` :
869
+ @nodejs/tsc
870
+
871
+ If you cannot find who to cc for a file, ` git shortlog -n -s <file> ` may help.
872
+
824
873
[ backporting guide ] : doc/guides/backporting-to-release-lines.md
825
874
[ contributing ] : ./doc/guides/contributing/pull-requests.md#commit-message-guidelines
826
875
[ Stability Index ] : doc/api/documentation.md#stability-index
0 commit comments