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