From f6507c35ed6ab5de229e41c6f31062e7f52d2634 Mon Sep 17 00:00:00 2001 From: James Magowan Date: Mon, 28 Feb 2022 14:49:42 +0000 Subject: [PATCH] docs : Add CODEOWNERS file Adding a CODEOWNERS file as documented here -> https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#about-code-owners Seeding with the github team -> https://github.com/orgs/confidential-containers/teams/documentation-maintainers/members Looking to start discussion on Who else should be added? Are those listed comfortable being on the list? Signed-off-by: James Magowan --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..3c0862a --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @confidential-containers/documentation-maintainers