We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfe9e4 commit 6ba154fCopy full SHA for 6ba154f
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
+# 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