From 84b50ec1dac80186bb9b6afa76f98d8bf497bb8f Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Wed, 1 Nov 2023 10:28:46 -0400 Subject: [PATCH] chore: add `CODEOWNERS` (#179) * init * add codeowners --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a0a39b0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# CODEOWNERS: https://help.github.com/articles/about-codeowners/ + +# NOTE: Order is important; the last matching pattern takes the most precedence + +# Primary repo maintainers + +* @davidterpay @nivasan1 @aljo242 \ No newline at end of file