-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
Copy pathCODEOWNERS
40 lines (29 loc) · 891 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Default rules
* @nodejs/website
# Node.js Release Blog Posts
/pages/en/blog/release @nodejs/releasers
# Security Blog posts
/pages/en/blog/vulnerability @nodejs/security
# Node.js general guides and Docs
/pages/en/docs @nodejs/tsc @nodejs/collaborators
# About Node.js
/pages/en/about @nodejs/tsc
# Getting Involved with Node.js
/pages/en/get-involved @nodejs/tsc
# GitHub Metadata and Actions
/.github @nodejs/actions
# Crowdin Configuration File
/crowdin.yml @nodejs/i18n
# Localisation Sources
/i18n @nodejs/i18n
# TypeScript types
/types @nodejs/typescript
# Scripts that might affect Performance and things
/scripts @nodejs/website @nodejs/security @nodejs/performance @nodejs/releasers
# Actually owned by the Website Team
/util @nodejs/website
/styles @nodejs/website
/providers @nodejs/website
/layouts @nodejs/website
/hooks @nodejs/website
/components @nodejs/website