diff options
author | Juan Vásquez <juan@logicalbricks.com> | 2022-02-02 03:35:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 09:35:41 +0000 |
commit | e9e69382a3010eb3c2398d7acb93c1786d0d5346 (patch) | |
tree | 268182f26f480388d826099e632874a2563556cf /.github | |
parent | b102749af37719d3d67791bdb021d63bd8586da7 (diff) | |
download | translated-content-e9e69382a3010eb3c2398d7acb93c1786d0d5346.tar.gz translated-content-e9e69382a3010eb3c2398d7acb93c1786d0d5346.tar.bz2 translated-content-e9e69382a3010eb3c2398d7acb93c1786d0d5346.zip |
Add ES to CODEOWNERS (#3954)
Related #3952
@cw118 we really appreciate your help, thank you!
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 91f4149aaf..cf83beb090 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -48,6 +48,11 @@ /files/ru/ @mdn/yari-content-ru # ---------------------------------------------------------------------------- +# SPANISH (es) CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/es/ @mdn/yari-content-es + +# ---------------------------------------------------------------------------- # CONTROL FILES OWNER(S) # ---------------------------------------------------------------------------- # These should be the last matches in this file, since any pull request that |