From cc76efb2ce7532b421747ebd91f3cd8df071790a Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Wed, 18 May 2022 12:29:56 -0700 Subject: [PATCH] added codeowners file (#14758) * added codeowners file * updated codeowners based on feedback --- .github/CODEOWNERS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..0c9f6cf868 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,22 @@ +# Each line is a file pattern followed by one or more owners. +# Owners will be requested for review when someone opens a pull request. + +# For more details, see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +/compose/ @dockertopia @usha-mandya + +/compose/install.md @aevesdocker + +/desktop/ @aevesdocker @usha-mandya + +/docker-hub/ @jerae-duffin @craig-osterhout + +/engine/ @dockertopia @usha-mandya + +/registry/ @usha-mandya + +/single-sign-on/ @jerae-duffin + +/single-sign-on/index.md @craig-osterhout + +/subscription/ @jerae-duffin