We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f46190 commit 10afda2Copy full SHA for 10afda2
CODEOWNERS
@@ -1,11 +1,12 @@
1
# Lines starting with '#' are comments.
2
# Each line is a file pattern followed by one or more owners.
3
4
-# These owners will be the default owners for everything in the repo.
5
-* @johnkellyoxford
+# Defualt owner
+* @johnkellyoxford
6
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.
+# File endings owner
+*.xaml @NightRaven3142
+*.xaml.cs @NightRaven3142 @nathanmc158 @johnkellyoxford
10
+*.md @NightRaven3142 @nathanmc158 @johnkellyoxford
11
12
# You can also use email addresses if you prefer.
0 commit comments