Initial commit

This commit is contained in:
Rico Acosta
2023-07-14 11:56:49 -05:00
committed by GitHub
commit 67fd9d30b6
19 changed files with 2297 additions and 0 deletions

11
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,11 @@
# Please sort into logical groups with comment headers. Sort groups in order of specificity.
# For example, default owners should always be the first group.
# Sort lines alphabetically within these groups to avoid accidentally adding duplicates.
#
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default file owners.
* @bitwarden/team-leads-eng
# DevOps for Actions and other workflow changes.
.github/workflows @bitwarden/dept-devops