We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe2fc commit 61d5e83Copy full SHA for 61d5e83
CODEOWNERS
@@ -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