aboutsummaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS44
1 files changed, 44 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000000..0bf290aa3f
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,44 @@
+# ----------------------------------------------------------------------------
+# 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-yari-dev
+
+# ----------------------------------------------------------------------------
+# DEFAULT CONTENT OWNER(S)
+# ----------------------------------------------------------------------------
+/files/ @mdn/core-yari-content
+
+# ----------------------------------------------------------------------------
+# 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
+
+# ----------------------------------------------------------------------------
+# 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-yari-dev
+/* @mdn/core-yari-dev
+/*.md @mdn/core-yari-dev @mdn/core-yari-content