From 87ae5060c82d212b75a10cafb0030b08916e90f1 Mon Sep 17 00:00:00 2001 From: Bryan Kizer Date: Mon, 18 Nov 2024 15:24:49 -0500 Subject: [PATCH] chore: add repo codeowners (#101) * chore: add repo codeowners * fix: correct package dir --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS 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