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 b108235

Browse filesBrowse files
jasnelladdaleax
authored andcommitted
meta: add initial CODEOWNERS file
PR-URL: #20554 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
1 parent 87f3f5a commit b108235
Copy full SHA for b108235

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+86
-0
lines changed
Open diff view settings
Collapse file

‎.github/CODEOWNERS‎

Copy file name to clipboard
+86Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Remember: order matters. Subsequent rules will override prior rules.
2+
3+
*addons* @nodejs/addon-api
4+
*assert* @nodejs/testing
5+
*async_hook* @nodejs/async_hooks @nodejs/diagnostics
6+
*async_wrap* @nodejs/async_hooks
7+
*buffer* @nodejs/buffer
8+
*child_process* @nodejs/child_process
9+
*cluster* @nodejs/cluster
10+
*crypto* @nodejs/crypto
11+
*eslint* @nodejs/linting
12+
*fs* @nodejs/fs
13+
*tls* @nodejs/tls @nodejs/crypto
14+
*dgram* @nodejs/dgram
15+
*domain* @nodejs/domains
16+
*http* @nodejs/http
17+
*http2* @nodejs/http2
18+
*https* @nodejs/http @nodejs/crypto @nodejs/tls @nodejs/http2
19+
*inspector* @nodejs/V8-inspector
20+
*net* @nodejs/streams
21+
*node_api* @nodejs/n-api
22+
*repl* @nodejs/repl
23+
*stream* @nodejs/streams
24+
*timer* @nodejs/timers
25+
*trace_events* @nodejs/trace-events
26+
*url* @nodejs/url
27+
*util* @nodejs/util
28+
*vm* @nodejs/vm
29+
*zlib* @nodejs/zlib
30+
31+
*esm* @nodejs/modules
32+
/lib/internal/modules/esm/ @nodejs/modules
33+
/lib/internal/bootstrap/loaders.js @nodejs/modules
34+
35+
/src/node.cc @nodejs/process
36+
/src/node_file.* @nodejs/fs
37+
/src/node_stat_watcher.* @nodejs/fs
38+
/lib/internal/bootstrap/ @nodejs/process
39+
/lib/internal/process/ @nodejs/process
40+
/test/ @nodejs/testing
41+
42+
/deps/node-inspect @nodejs/V8-inspector
43+
/deps/gtest/ @nodejs/testing @nodejs/v8 @nodejs/v8-update
44+
/deps/icu/ @nodejs/intl
45+
/deps/http_parser/ @nodejs/http-parser @nodejs/http
46+
/deps/zlib/ @nodejs/zlib
47+
/deps/uv/ @nodejs/libuv
48+
/deps/npm/ @nodejs/npm
49+
/deps/v8/ @nodejs/v8 @nodejs/v8-update
50+
/deps/zlib @nodejs/zlib
51+
/deps/openssl @nodejs/crypto
52+
53+
/benchmark/ @nodejs/performance @nodejs/benchmarking
54+
55+
/doc/ @nodejs/documentation
56+
*.md @nodejs/documentation
57+
*.py @nodejs/python
58+
*.gyp @nodejs/gyp
59+
60+
Makefile @nodejs/build
61+
vcbuild.bat @nodejs/build
62+
BUILDING.md @nodejs/build
63+
configure @nodejs/build
64+
BSDMakefile @nodejs/build
65+
android-configure @nodejs/build
66+
67+
*aix* @nodejs/platform-aix
68+
*arm* @nodejs/platform-arm
69+
*freebsd* @nodejs/platform-freebsd
70+
*macos* @nodejs/platform-macos
71+
*ppc* @nodejs/platform-ppc
72+
*smartos* @nodejs/platform-smartos
73+
*s390* @nodejs/platform-s390
74+
*windows* @nodejs/platform-windows
75+
76+
CODE_OF_CONDUCT.md @nodejs/tsc
77+
COLLABORATOR_GUIDE.md @nodejs/tsc
78+
CONTRIBUTING.md @nodejs/tsc
79+
CPP_STYLE_GUIDE.md @nodejs/tsc
80+
GOVERNANCE.md @nodejs/tsc
81+
LICENSE @nodejs/tsc
82+
README.md @nodejs/tsc
83+
84+
/src/node_postmortem_metadata.cc @nodejs/diagnostics @nodejs/post-mortem
85+
/src/*.d @nodejs/diagnostics @nodejs/platform-smartos @nodejs/platform-freebsd @nodejs/platform-macos @nodejs/dtrace-mdb
86+
/src/node.stp @nodejs/diagnostics

0 commit comments

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