diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..49f2938e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# Order matters; the last matching pattern takes the most precedence. +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file + +# Starting off simple and broad. + +# Catch all +* @brandonjpierce @ArrayKnight @belsrc + +# Core pacakge +/packages/core @brandonjpierce @belsrc + +# Design system pacakge +/packages/design-system @ArrayKnight @switzerb