aboutsummaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorgrusu6928 <56009869+grusu6928@users.noreply.github.com>2020-06-17 10:55:41 -0700
committerGitHub <noreply@github.com>2020-06-17 10:55:41 -0700
commitad71f0a21683bb59bbf4fdccca88cac1c7092715 (patch)
treeb2c8d23d8f11f43b5a8176556b9691873f213ce7 /CODEOWNERS
parent52855ce48fda6af14d8d92167bff7121b98e3b1d (diff)
Create CODEOWNERS
Diffstat (limited to 'CODEOWNERS')
-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.