-
Notifications
You must be signed in to change notification settings - Fork 23.1k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
69 lines (52 loc) · 1.8 KB
/
CODEOWNERS
File metadata and controls
69 lines (52 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# 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/content-team
# Default content owners
/files/en-us/ @mdn/web
# MDN Firefox release notes
/files/en-us/mozilla/ @mdn/content-team
# Mozilla Add-ons
/files/en-us/mozilla/add-ons/ @mdn/add-ons
# Accessibility
/files/en-us/web/accessibility/ @mdn/accessibility
# Web API
/files/en-us/web/api/ @mdn/web-api
# CSS
/files/en-us/web/css/ @mdn/css
# HTML
/files/en-us/web/html/ @mdn/web
# HTTP
/files/en-us/web/http/ @mdn/http
# JavaScript
/files/en-us/web/javascript/ @mdn/javascript
# MathML
/files/en-us/web/mathml/ @mdn/mathml
# L10n for Macros (rari)
/files/jsondata/L10n-Template.json @mdn/engineering
/files/jsondata/L10n-CSSFormalDefinitions.json @mdn/engineering
# ============================= CONTROL FILES ============================= #
# The CODEOWNERS file must end with these matches: Any pull request changing
# one or more of these files should be escalated to the owners specified here.
# mdn/content GitHub configuration
/.github/ @mdn/engineering
# Issue templates in .github
/.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/content-team
# VSCode configuration
/.vscode/ @mdn/engineering
/.vscode/dictionaries/ @mdn/content-team
/.vscode/cspell.json @mdn/content-team
# Root directory
/* @mdn/engineering
# Markdown files in root directory
/*.md @mdn/content-team
/SECURITY.md @mdn/engineering
# Scripts and Tests
/scripts @mdn/engineering
/scripts/content @mdn/content-team
/tests @mdn/engineering
# Dependencies
/package.json @mdn/engineering @mdn-bot
/package-lock.json @mdn/engineering @mdn-bot
/yarn.lock @mdn/engineering @mdn-bot