We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfbec0 commit 01bae6eCopy full SHA for 01bae6e
.github/CODEOWNERS
@@ -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