Skip to content

Commit 01bae6e

Browse files
committed
Add a CODEOWNERS file for GitHub.
1 parent bbfbec0 commit 01bae6e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
# will be requested for review when someone opens a pull request.
6+
* @jatkinson1000 @jwallwork23
7+
8+
# Order is important; the last matching pattern takes the most
9+
# precedence. When someone opens a pull request that only
10+
# modifies specified file types, only that owner will be
11+
# requested for a review, not the global owner(s).
12+
13+
# You can also use email addresses if you prefer. They'll be
14+
# used to look up users just like we do for commit author
15+
# emails.

0 commit comments

Comments
 (0)