Skip to content

Commit adca166

Browse files
YuanCbrandonhudavid
authored andcommitted
Create CODEOWNERS (#201)
1 parent b487533 commit adca166

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: CODEOWNERS

+16
Original file line numberDiff line numberDiff line change
@@ -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+

0 commit comments

Comments
 (0)