From b95a9482fd8f9869b652c9949d72519aeddbc78c Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:37:16 +0530 Subject: [PATCH] fix: adjust codeowners for curriculum (#51495) --- .github/CODEOWNERS | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6418cf05b65..4266aeab421 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -30,10 +30,19 @@ pnpm-lock.yaml /package.json /pnpm-lock.yaml +# ------------------------------------------------- +# Files that need attention from Curriculum team +# ------------------------------------------------- + +/curriculum/challenges/_meta/* @freecodecamp/curriculum +/curriculum/challenges/english/* @freecodecamp/curriculum + # ------------------------------------------------- # Files that need attention from Staff # ------------------------------------------------- + +# README, LICENSE, etc. /*.md @freeCodeCamp/staff -/client/i18n/locales/english/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n -/client/i18n/locales/chinese/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n -/client/i18n/locales/espanol/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n + +# i18n Quotes +**/motivation.json @freeCodeCamp/staff @freeCodeCamp/i18n