forked from UMAprotocol/protocol
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add CODEOWNERS (UMAprotocol#3647)
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |