From e8c623807cdeb2b43d84893eaad10fcd29baf0ab Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Sat, 11 Jan 2020 13:03:07 -0600 Subject: [PATCH] Add @jacobherrington to CODEOWNERS [ci skip] (#5449) Just including myself for directories specifically pertaining to internal and to the docs directory. --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7ca05688d..569171d66 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,3 +8,12 @@ Gemfile @thepracticaldev/sre # Mac Gemfile @maestromac yarn.lock @maestromac + +# Jacob +/app/assets/stylesheets/internal/ @jacobherrington +/app/controllers/internal/ @jacobherrington +/app/views/internal/ @jacobherrington +/app/views/moderation/ @jacobherrington +/spec/system/internal/ @jacobherrington +/spec/requests/internal/ @jacobherrington +/docs/ @jacobherrington