diff options
author | Chris Mills <cmills@mozilla.com> | 2021-03-09 11:10:57 +0000 |
---|---|---|
committer | Chris Mills <cmills@mozilla.com> | 2021-03-09 11:10:57 +0000 |
commit | 00add2a1a02eb46695c019c7d02c187c5fffec4c (patch) | |
tree | 0bc04b8c52041cebc5bdd5c199c5626eab6409df /.github/CODEOWNERS | |
parent | e3d7a4ae7d79c409bbe2db23c9b0acc2f01718d4 (diff) | |
download | translated-content-00add2a1a02eb46695c019c7d02c187c5fffec4c.tar.gz translated-content-00add2a1a02eb46695c019c7d02c187c5fffec4c.tar.bz2 translated-content-00add2a1a02eb46695c019c7d02c187c5fffec4c.zip |
add locale review teams to codeowners
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 |