-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
55 lines (49 loc) · 2.1 KB
/
Copy pathCODEOWNERS
File metadata and controls
55 lines (49 loc) · 2.1 KB
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
# ----------------------------------------------------------------------------
# CODEOWNERS
# ----------------------------------------------------------------------------
# Order is important. The last matching pattern takes precedence.
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# ----------------------------------------------------------------------------
* @mdn/engineering
# Content
/files/ @mdn/content-team
/files/es/ @mdn/es-content
/files/fr/ @mdn/fr-content
/files/ja/ @mdn/ja-content
/files/ko/ @mdn/ko-content
/files/pt-br/ @mdn/pt-br-content
/files/ru/ @mdn/ru-content
/files/zh-cn/ @mdn/zh-content
/files/zh-tw/ @mdn/zh-content
# Translation guide
/docs/ @mdn/content-team
/docs/es/ @mdn/es-content
/docs/fr/ @mdn/fr-content
/docs/ja/ @mdn/ja-content
/docs/ko/ @mdn/ko-content
/docs/pt-br/ @mdn/pt-br-content
/docs/ru/ @mdn/ru-content
/docs/zh-cn/ @mdn/zh-content
/docs/zh-tw/ @mdn/zh-content
# Issue templates
/.github/ISSUE_TEMPLATE/ @mdn/content-team
/.github/ISSUE_TEMPLATE/page-report-es.yml @mdn/es-content
/.github/ISSUE_TEMPLATE/page-report-fr.yml @mdn/fr-content
/.github/ISSUE_TEMPLATE/page-report-ja.yml @mdn/ja-content
/.github/ISSUE_TEMPLATE/page-report-ko.yml @mdn/ko-content
/.github/ISSUE_TEMPLATE/page-report-pt-br.yml @mdn/pt-br-content
/.github/ISSUE_TEMPLATE/page-report-ru.yml @mdn/ru-content
/.github/ISSUE_TEMPLATE/page-report-zh-cn.yml @mdn/zh-content
/.github/ISSUE_TEMPLATE/page-report-zh-tw.yml @mdn/zh-content
# Miscellaneous
/.github/ @mdn/engineering
/.github/CODEOWNERS @mdn/engineering
/* @mdn/engineering
/*.md @mdn/content-team @mdn/engineering
/CONTRIBUTING.md @mdn/content-team
/PEERS_GUIDELINES.md @mdn/content-team
/SECURITY.md @mdn/engineering
/package.json @mdn/engineering @mdn-bot
/package-lock.json @mdn/engineering @mdn-bot
# Reset until https://github.com/prettier/prettier/issues/11828 is fixed
/.prettierignore