diff options
author | Chris Mills <cmills@mozilla.com> | 2021-05-26 16:15:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 11:15:43 -0400 |
commit | 725fa2f1e9e09cf21fa85d4a2a010f5d7f1b894d (patch) | |
tree | a9b2c909c69c95022bef295b3740fc4ef0e6f404 /.github/CODEOWNERS | |
parent | 3127e98f19cc22ad4f7ec80ba16a5fbe378f77fd (diff) | |
download | translated-content-725fa2f1e9e09cf21fa85d4a2a010f5d7f1b894d.tar.gz translated-content-725fa2f1e9e09cf21fa85d4a2a010f5d7f1b894d.tar.bz2 translated-content-725fa2f1e9e09cf21fa85d4a2a010f5d7f1b894d.zip |
add pt-BR team to readme and CODEOWNERS file (#988)
* add pt-BR team to readme and CODEOWNERS file
* fix markdown linting error
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cfaf5a8b71..91f4149aaf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,6 +17,11 @@ /files/ @mdn/core-yari-content # ---------------------------------------------------------------------------- +# BRAZILIAN PORTUGUESE (pt-BR) CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/pt-br/ @mdn/yari-content-pt-br + +# ---------------------------------------------------------------------------- # CHINESE (zh-CN, zh-TW) CONTENT OWNER(S) # ---------------------------------------------------------------------------- /files/zh-cn/ @mdn/yari-content-zh |