From b182cbc63296e1eaeb8cfb998371ff2e258c8d8b Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 6 Jul 2022 13:03:36 -0600 Subject: [PATCH] Add frontend team codeowners rules (#9407) --- .github/CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b08cea60738..b84cf18b666 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,10 @@ * @readthedocs/backend - +*.js @readthedocs/frontend +*.html @readthedocs/frontend +*.css @readthedocs/frontend +*.less @readthedocs/frontend +*.scss @readthedocs/frontend +*.svg @readthedocs/frontend +*.png @readthedocs/frontend +*.jpg @readthedocs/frontend /docs/ @readthedocs/advocacy