From 6d4793d5928e90137aa0d717007d5868d740be44 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 10 Aug 2023 13:58:03 -0300 Subject: [PATCH] [PM-1768] Set up CODEOWNERS file (#2464) * PM-1768 Add CODEOWNERS file with some initial setup of folders that don't need to be moved and can have their owners assigned already. * Update CODEOWNERS Removed entire projects owners cause I didn't consider auth inside of the extensions. --- .github/CODEOWNERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..7a71598c1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,19 @@ +# Please sort lines alphabetically, this will ensure we don't accidentally add duplicates. +# +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# The following owners will be the default owners for everything in the repo. +# Unless a later match takes precedence +# @bitwarden/team-leads + +## Auth team files ## + +## Platform team files ## +appIcons @bitwarden/team-platform-dev +build.cake @bitwarden/team-platform-dev + +## Vault team files ## + +src/watchOS @bitwarden/team-vault-dev + +## Tools team files ##