Skip to content

Commit 6ba154f

Browse files
committedSep 1, 2020
Add CODEOWNERS to notify team of requests/activity
1 parent bbfe9e4 commit 6ba154f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎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+
# A CODEOWNERS pattern follows the same rules used in
5+
# gitignore files. The pattern is followed by one or more
6+
# GitHub usernames or team names using the standard
7+
# @username or @org/team-name format. You can also refer to
8+
# a user by an email address that has been added to their
9+
# GitHub account, for example user@example.com
10+
11+
12+
# This owner is the default owner for everything in the
13+
# repo. Unless a later match takes precedence,
14+
# @ContainerSolutions/cre will be requested for review when
15+
# someone opens a pull request.
16+
* @ContainerSolutions/cre

0 commit comments

Comments
 (0)
Please sign in to comment.