From 8ed9fae9ecd084de8503661a93afa5a6c33a3be2 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Sun, 21 Oct 2018 00:59:41 +0530 Subject: [PATCH] chore: update codeowners --- .github/CODEOWNERS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e309bf273a..5155690d33 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,21 +8,22 @@ # ------------------------------------------------- # ------------------------------------------------- -# All files except markdown is owned by dev team +# All files except markdown are owned by dev team # ------------------------------------------------- * @freecodecamp/dev-team *.md # ------------------------------------------------- -# All files in the root including markdown is owned -# by dev team +# All files in the root are owned by dev team # ------------------------------------------------- /* @freecodecamp/dev-team # ------------------------------------------------- -# All files in root of docs is owned by dev team +# All markdown files in the root are owned +# by Quincy Larson. +# He oversees the README, LICENSE etc. # ------------------------------------------------- -/docs/* @freecodecamp/dev-team +/*.md @QuincyLarson