Skip to content

Commit fc6402b

Browse files
committed
chore: add codeowners
1 parent b464971 commit fc6402b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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 the repo.
4+
* @andresin87 @owen-m1
5+
6+
# Order is important. The last matching pattern has the most precedence.
7+
# So if a pull request only touches javascript files, only these owners
8+
# will be requested to review.
9+
# *.js @octocat @github/js
10+
11+
# You can also use email addresses if you prefer.
12+

0 commit comments

Comments
 (0)