We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b487533 commit adca166Copy full SHA for adca166
CODEOWNERS
@@ -0,0 +1,16 @@
1
+# This is a comment.
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
+# Unless a later match takes precedence, @global-owner1 and @global-owner2
6
+# will be requested for review when someone opens a pull request.
7
+* @optimizely/fullstack-devs
8
9
+ # Order is important; the last matching pattern takes the most precedence.
10
+# When someone opens a pull request that only modifies JS files, only @js-owner
11
+# and not the global owner(s) will be requested for a review.
12
+#*.js @js-owner
13
14
+ # You can also use email addresses if you prefer. They'll be used to look up
15
+# users just like we do for commit author emails.
16
+#docs/* [email protected]
0 commit comments