From 59cf6d8107925fbe5662e01eb6fe1d6b9d027600 Mon Sep 17 00:00:00 2001 From: Matt Rice Date: Mon, 29 Nov 2021 15:41:06 -0500 Subject: [PATCH] feat: add CODEOWNERS (#3647) --- CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..24c8b5c0b5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# Note: CODEOWNERS are automatically requested for review on relevant PRs. +# Order is important; the last matching pattern takes the most +# precedence. + +# These owners will be the default owners for everything in +# the repo unless a later match takes precedence. +* @mrice32 @nicholaspai @chrismaree + +# Add @daywiss for sdk, api, and affiliates. +/packages/sdk/ @mrice32 @nicholaspai @chrismaree @daywiss +/packages/api/ @mrice32 @nicholaspai @chrismaree @daywiss +/packages/affiliates/ @mrice32 @nicholaspai @chrismaree @daywiss