From 6ba154f37efb7a8c40947343665d9bfee911af4f Mon Sep 17 00:00:00 2001 From: Cameron Wood Date: Tue, 1 Sep 2020 11:17:33 +0200 Subject: [PATCH] Add CODEOWNERS to notify team of requests/activity --- CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..baf1ce1 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,16 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# +# A CODEOWNERS pattern follows the same rules used in +# gitignore files. The pattern is followed by one or more +# GitHub usernames or team names using the standard +# @username or @org/team-name format. You can also refer to +# a user by an email address that has been added to their +# GitHub account, for example user@example.com + + +# This owner is the default owner for everything in the +# repo. Unless a later match takes precedence, +# @ContainerSolutions/cre will be requested for review when +# someone opens a pull request. +* @ContainerSolutions/cre