Skip to content

Commit df5a7e6

Browse files
committed
chore: add CODEOWNERS file to define repository ownership
1 parent 4addf76 commit df5a7e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence,
5+
# @panz3r will be requested for review when someone
6+
# opens a pull request.
7+
* @panz3r
8+
9+
# Owners of the 'go-mod-cache' feature
10+
/src/go-mod-cache @panz3r
11+
/test/go-mod-cache @panz3r

0 commit comments

Comments
 (0)