Skip to content

Commit 10afda2

Browse files
authored
Added proper CODEOWNERS
1 parent 9f46190 commit 10afda2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CODEOWNERS

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Lines starting with '#' are comments.
22
# Each line is a file pattern followed by one or more owners.
33

4-
# These owners will be the default owners for everything in the repo.
5-
* @johnkellyoxford
4+
# Defualt owner
5+
* @johnkellyoxford
66

7-
# Order is important. The last matching pattern has the most precedence.
8-
# So if a pull request only touches javascript files, only these owners
9-
# will be requested to review.
7+
# File endings owner
8+
*.xaml @NightRaven3142
9+
*.xaml.cs @NightRaven3142 @nathanmc158 @johnkellyoxford
10+
*.md @NightRaven3142 @nathanmc158 @johnkellyoxford
1011

1112
# You can also use email addresses if you prefer.

0 commit comments

Comments
 (0)