From 0919987d625bd460253c49d650630feee7aa1819 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Thu, 2 Dec 2021 05:05:37 +0000 Subject: [PATCH] Update CODEOWNERS (#419) Signed-off-by: Daniel Gray --- .github/CODEOWNERS | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6e25b9f8..e5ffe722 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,21 @@ -* @JonahAragon -# Why? Because until we have documentation in place, I need to make sure every -# PR is following the new best-practices for this repository, since the -# codebase has changed very significantly, very recently :) +# Additional Co-Owners are added to the TOP of this file. + +# High-traffic pages +/index.html @JonahAragon @dngray +/blog.html @JonahAragon + +# Org/legal +/notices.md @JonahAragon +/privacy-policy.md @JonahAragon +LICENSE @JonahAragon + +# Website dev +/_sass/ @JonahAragon +/_layouts/ @JonahAragon +Gemfile @JonahAragon +Gemfile.lock @JonahAragon +_config.yml @JonahAragon + +# Ops +/.github/ @JonahAragon +/.well-known/ @JonahAragon