Skip to content

Commit 61d5e83

Browse files
authored
fix: add codeowners (#825)
Signed-off-by: Matt Rice <[email protected]>
1 parent ddbe2fc commit 61d5e83

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# This is a comment.
3+
# Each line is a file pattern followed by one or more owners.
4+
# Note: CODEOWNERS are automatically requested for review on relevant PRs.
5+
# Order is important; the last matching pattern takes the most
6+
# precedence.
7+
8+
# These owners will be the default owners for everything in
9+
# the repo unless a later match takes precedence.
10+
* @mrice32 @nicholaspai @pxrl @bmzig
11+
12+
# Solana
13+
/programs/ @mrice32 @nicholaspai @chrismaree @Reinis-FRP @md0x
14+
/scripts/svm/ @mrice32 @nicholaspai @chrismaree @Reinis-FRP @md0x
15+
/src/svm/ @mrice32 @nicholaspai @chrismaree @Reinis-FRP @md0x
16+
/test/svm/ @mrice32 @nicholaspai @chrismaree @Reinis-FRP @md0x
17+

0 commit comments

Comments
 (0)