generated from mdn/project-template
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (23 loc) · 974 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (23 loc) · 974 Bytes
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
# ----------------------------------------------------------------------------
# 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/content-team
# Directories
/.github @mdn/engineering
/.husky @mdn/engineering
/curriculum @mdn/content-team
/pdf @mdn/engineering
# GitHub templates
/.github/ISSUE_TEMPLATE/ @mdn/content-team
/.github/PULL_REQUEST_TEMPLATE @mdn/content-team
# Root directory
/* @mdn/engineering
/*.md @mdn/content-team
/*.txt @mdn/content-team
/SECURITY.md @mdn/engineering
# Dependencies
/package.json @mdn/engineering @mdn-bot
/package-lock.json @mdn/engineering @mdn-bot