aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mills <cmills@mozilla.com>2021-05-26 16:15:43 +0100
committerGitHub <noreply@github.com>2021-05-26 11:15:43 -0400
commit725fa2f1e9e09cf21fa85d4a2a010f5d7f1b894d (patch)
treea9b2c909c69c95022bef295b3740fc4ef0e6f404
parent3127e98f19cc22ad4f7ec80ba16a5fbe378f77fd (diff)
downloadtranslated-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
-rw-r--r--.github/CODEOWNERS5
-rw-r--r--README.md12
2 files changed, 15 insertions, 2 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
diff --git a/README.md b/README.md
index 86ae101a51..98a40a9ce0 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,13 @@ of active locales is:
- `fr`
- `ja`
- `ko`
+- `pt-BR`
- `ru`
- `zh` (`zh-CN` and `zh-TW`)
If you want to just find a task and jump in, search by the labels `l10n-fr`,
-`l10n-ja`, `l10n-ko`, `l10n-ru`, and `l10n-zh` in this repo’s [issues list](https://github.com/mdn/translated-content/issues),
+`l10n-ja`, `l10n-ko`, `l10n-pt-br`, `l10n-ru`, and `l10n-zh` in this repo’s
+[issues list](https://github.com/mdn/translated-content/issues),
or the main [content repo issues](https://github.com/mdn/content/issues)
## Code of Conduct
@@ -124,10 +126,16 @@ It is the responsibility of the active community maintenance team for each
active locale to keep up-to-date with reviews of pull requests and handling
issues filed against that locale. You can filter the relevant pull requests and
issues for each locale using the relevant label — `l10n-fr`, `l10n-ja`, `l10n-ko`
-, `l10n-ru`, and `l10n-zh`.
+, `l10n-pt-br`, `l10n-ru`, and `l10n-zh`.
The review teams for each locale are:
+- Brazilian Portuguese (`pt-BR`) content — the [@yari-content-pt-br](https://github.com/orgs/mdn/teams/yari-content-pt-br)
+ team, which consists of:
+ - [@lumigueres](https://github.com/lumigueres)
+ - [@josielrocha](https://github.com/josielrocha)
+ - [@juliosampaio](https://github.com/juliosampaio)
+ - [@clovislima](https://github.com/clovislima)
- French (`fr`) content — the [@yari-content-fr](https://github.com/orgs/mdn/teams/yari-content-fr)
team, which consists of:
- [@nicolas-goudry](https://github.com/nicolas-goudry)