From 91a5efd882a35e19fa209cf88c93f1eb73513122 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Tue, 11 Jul 2017 14:34:17 -0400 Subject: [PATCH] Add a new CODEOWNERS file, and add a few owners. Signed-off-by: Daniel Nephin --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..855eff98ab --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Github code owners +# See https://github.com/blog/2392-introducing-code-owners + +cli/compose/* @dnephin @vdemeester +contrib/completion/bash/* @albers +contrib/completion/zsh/* @sdurrheimer +docs/* @mstanleyjones @vdemeester @thaJeztah +scripts/* @dnephin