diff options
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d176ca1e76..0bf290aa3f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,6 +17,22 @@ /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 |