Skip to content

Commit

Permalink
feat: add CODEOWNERS (UMAprotocol#3647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrice32 authored Nov 29, 2021
1 parent c5ec660 commit 59cf6d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59cf6d8

Please sign in to comment.