aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-03-15 15:55:40 -0700
committerGitHub <noreply@github.com>2021-03-15 15:55:40 -0700
commit6cc1c55b8391c160f9df683eebd3c35196dfd46c (patch)
treebd49a400e43b8e6bcec433ab92cef446c2413abc
parent981ccb80da8d3403254bb3f151721f360e5c5c65 (diff)
parent4e697904214e0aaa90e1eb729d042fbd3c79328f (diff)
downloadtranslated-content-6cc1c55b8391c160f9df683eebd3c35196dfd46c.tar.gz
translated-content-6cc1c55b8391c160f9df683eebd3c35196dfd46c.tar.bz2
translated-content-6cc1c55b8391c160f9df683eebd3c35196dfd46c.zip
Merge pull request #173 from chrisdavidmills/add-ru-team
adding ru team to README and CODEOWNERS
-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 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
diff --git a/README.md b/README.md
index 93794fb345..a1dbeda68b 100644
--- a/README.md
+++ b/README.md
@@ -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)