aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODEOWNERS15
1 files changed, 15 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 00000000..6352c753
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,15 @@
+# This is a comment.
+# Each line is a file pattern followed by one or more owners.
+
+# These owners will be the default owners for everything in
+# the repo. Unless a later match takes precedence,
+# @gusu6928 and @hsalhab will be requested for
+# review when someone opens a pull request.
+* @grusu6928 @hsalhab
+
+# Order is important; the last matching pattern takes the most
+# precedence.
+
+# You can also use email addresses if you prefer. They'll be
+# used to look up users just like we do for commit author
+# emails.