Skip to content

Commit aa9ed2a

Browse files
authored
[PM-14899] Update CODEOWNERS to have Platform as default (#196)
## ๐ŸŽŸ๏ธ Tracking https://bitwarden.atlassian.net/browse/PM-14899 ## ๐Ÿ“” Objective We want Platform to be the default CODEOWNER for `sdk-internal`. This will be temporary, and we'll add additional teams as we onboard them into the SDK. ## โฐ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## ๐Ÿฆฎ Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - ๐Ÿ‘ (`:+1:`) or similar for great changes - ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info - โ“ (`:question:`) for questions - ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - ๐ŸŽจ (`:art:`) for suggestions / improvements - โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or concerns needing attention - ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or indications of technical debt - โ› (`:pick:`) for minor or nitpick changes
1 parent 458e9f5 commit aa9ed2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

โ€Ž.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#
55
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
66

7+
# Platform is the default owner for all files
8+
* @bitwarden/team-platform-dev
9+
710
# BRE for publish workflow changes
811
.github/workflows/publish-*.yml @bitwarden/dept-bre
912
.github/workflows/release-rust-crates.yml @bitwarden/dept-bre

0 commit comments

Comments
ย (0)