-
Notifications
You must be signed in to change notification settings - Fork 8.1k
/
CODEOWNERS
Validating CODEOWNERS rules...
92 lines (80 loc) · 4.35 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# ----------------------------------------------------------------------------
# MDN Content CODEOWNERS
# ----------------------------------------------------------------------------
# Order is important. The last matching pattern takes precedence. For more
# detailed information, see:
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# DEFAULT OWNERS
# ----------------------------------------------------------------------------
* @mdn/core-dev
# ----------------------------------------------------------------------------
# DEFAULT CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/ @mdn/core-yari-content
# ----------------------------------------------------------------------------
# BRAZILIAN PORTUGUESE (pt-BR) CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/pt-br/ @mdn/yari-content-pt-br
# ----------------------------------------------------------------------------
# CHINESE (zh-CN, zh-TW) CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/zh-cn/ @mdn/yari-content-zh
/files/zh-tw/ @mdn/yari-content-zh
# ----------------------------------------------------------------------------
# FRENCH (fr) CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/fr/ @mdn/yari-content-fr
# ----------------------------------------------------------------------------
# JAPANESE (ja) CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/ja/ @mdn/yari-content-ja
# ----------------------------------------------------------------------------
# KOREAN (ko) CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/ko/ @mdn/yari-content-ko
# ----------------------------------------------------------------------------
# RUSSIAN (ru) CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/ru/ @mdn/yari-content-ru
# ----------------------------------------------------------------------------
# SPANISH (es) CONTENT OWNER(S)
# ----------------------------------------------------------------------------
/files/es/ @mdn/yari-content-es
# ----------------------------------------------------------------------------
# TRANSLATION GUIDE OWNER(S)
# ----------------------------------------------------------------------------
/docs/ @mdn/core-yari-content
/docs/es/ @mdn/yari-content-es
/docs/fr/ @mdn/yari-content-fr
/docs/ja/ @mdn/yari-content-ja
/docs/ko/ @mdn/yari-content-ko
/docs/pt-br/ @mdn/yari-content-pt-br
/docs/ru/ @mdn/yari-content-ru
/docs/zh-cn/ @mdn/yari-content-zh
/docs/zh-tw/ @mdn/yari-content-zh
# ----------------------------------------------------------------------------
# ISSUE TEMPLATE OWNER(S)
# ----------------------------------------------------------------------------
.github/ISSUE_TEMPLATE/page-report-es.yml @mdn/yari-content-es
.github/ISSUE_TEMPLATE/page-report-fr.yml @mdn/yari-content-fr
.github/ISSUE_TEMPLATE/page-report-ja.yml @mdn/yari-content-ja
.github/ISSUE_TEMPLATE/page-report-ko.yml @mdn/yari-content-ko
.github/ISSUE_TEMPLATE/page-report-pt-br.yml @mdn/yari-content-pt-br
.github/ISSUE_TEMPLATE/page-report-ru.yml @mdn/yari-content-ru
.github/ISSUE_TEMPLATE/page-report-zh-cn.yml @mdn/yari-content-zh
.github/ISSUE_TEMPLATE/page-report-zh-tw.yml @mdn/yari-content-zh
# ----------------------------------------------------------------------------
# CONTROL FILES OWNER(S)
# ----------------------------------------------------------------------------
# These should be the last matches in this file, since any pull request that
# tries to change any one or more of these files should be escalated to the
# owners specified here.
# ----------------------------------------------------------------------------
/.github/ @mdn/core-dev
/* @mdn/core-dev
/*.md @mdn/core-dev @mdn/core-yari-content
/CONTRIBUTING.md @mdn/core-yari-content
/PEERS_GUIDELINES.md @mdn/core-yari-content
/.prettierignore