From 5c745629c270447b3a6c2d0c9c2ff06376362158 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 17 May 2023 12:02:10 +0200 Subject: [PATCH] add CODEOWNERS (#10175) * add CODEOWNERS --------- Co-authored-by: K.B.Dharun Krishna --- .github/CODEOWNERS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..1be7e2152 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,21 @@ +/pages.de/ @pixelcmtd @marchersimon +/pages.es/ @navarroaxel +/pages.it/ @mebeim @yutyo +/pages.pl/ @acuteenvy +/pages.pt_BR/ @waldyrious +/pages.pt_PT/ @waldyrious +/pages.ta/ @kbdharun +/pages.tr/ @yutyo +/pages.zh/ @blueskyson @einverne +/pages.zh_TW/ @blueskyson + +/contributing-guides/*.de.md @pixelcmtd @marchersimon +/contributing-guides/*.es.md @navarroaxel +/contributing-guides/*.it.md @mebeim @yutyo +/contributing-guides/*.pl.md @acuteenvy +/contributing-guides/*.pt_BR.md @waldyrious +/contributing-guides/*.pt_PT.md @waldyrious +/contributing-guides/*.ta.md @kbdharun +/contributing-guides/*.tr.md @yutyo +/contributing-guides/*.zh.md @blueskyson @einverne +/contributing-guides/*.zh_TW.md @blueskyson