Skip to content

Commit

Permalink
chore: add repo codeowners (#101)
Browse files Browse the repository at this point in the history
* chore: add repo codeowners

* fix: correct package dir
  • Loading branch information
belsrc authored Nov 18, 2024
1 parent 831d752 commit 87ae506
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 87ae506

Please sign in to comment.