diff options
author | Chris Mills <cmills@mozilla.com> | 2021-03-15 11:28:56 +0000 |
---|---|---|
committer | Chris Mills <cmills@mozilla.com> | 2021-03-15 11:28:56 +0000 |
commit | 4e697904214e0aaa90e1eb729d042fbd3c79328f (patch) | |
tree | ccaeb4b3c14f1d7a45d6b63d684b30dbfe95b643 | |
parent | f1b6cfe43286ec22542c0fff046c0f8fba247e0c (diff) | |
download | translated-content-4e697904214e0aaa90e1eb729d042fbd3c79328f.tar.gz translated-content-4e697904214e0aaa90e1eb729d042fbd3c79328f.tar.bz2 translated-content-4e697904214e0aaa90e1eb729d042fbd3c79328f.zip |
adding ru team to README and CODEOWNERS
-rw-r--r-- | .github/CODEOWNERS | 5 | ||||
-rw-r--r-- | README.md | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0bf290aa3f..fc686205aa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -33,6 +33,11 @@ /files/ja/ @mdn/yari-content-ja # ---------------------------------------------------------------------------- +# RUSSIAN (ru) CONTENT OWNER(S) +# ---------------------------------------------------------------------------- +/files/ru/ @mdn/yari-content-ru + +# ---------------------------------------------------------------------------- # CONTROL FILES OWNER(S) # ---------------------------------------------------------------------------- # These should be the last matches in this file, since any pull request that @@ -16,10 +16,11 @@ of active locales is: - `fr` - `ja` +- `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`, and `l10n-zh` in this repo’s [issues list](https://github.com/mdn/translated-content/issues), +`l10n-ja`, `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 @@ -116,7 +117,7 @@ and common actions such as [adding](https://github.com/mdn/content#adding-a-new- 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`, +issues for each locale using the relevant label — `l10n-fr`, `l10n-ja`, `l10n-ru`, and `l10n-zh`. The review teams for each locale are: @@ -135,6 +136,13 @@ The review teams for each locale are: - [@dynamis](https://github.com/dynamis) - [@kenji-yamasaki](https://github.com/kenji-yamasaki) - [@mfuji09](https://github.com/mfuji09) +- Russian (`ru`) content — the [@yari-content-ru](https://github.com/orgs/mdn/teams/yari-content-ru) + team, which consists of: + - [@armanpwnz](https://github.com/armanpwnz) + - [@captainspring](https://github.com/captainspring) + - [@mpstv](https://github.com/mpstv) + - [@myshov](https://github.com/myshov) + - [@lex111](https://github.com/lex111) - Chinese (`zh-CN` and `zh-TW`) content — the [@yari-content-zh](https://github.com/orgs/mdn/teams/yari-content-zh) team, which consists of: - [@t7yang](https://github.com/t7yang) |