Update CODEOWNERS (#419)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
Jonah Aragon 2021-12-02 05:05:37 +00:00 committed by Daniel Gray
parent e88ee141bb
commit 0919987d62
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

25
.github/CODEOWNERS vendored
View File

@ -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