Skip to content

Commit dc3df7a

Browse files
authored
fix: add codeowners (#129)
Signed-off-by: Matt Rice <[email protected]>
1 parent 6c46231 commit dc3df7a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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 @gsteenkamp89 @dohaki
11+

0 commit comments

Comments
 (0)