From fd41e70cff731c363ad78fa5fe7c281f4f5b1162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 7 Jul 2017 21:32:14 +0200 Subject: [PATCH] Add first draft of CODEOWNERS See https://github.com/blog/2392-introducing-code-owners --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..0506ae4e5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# See https://github.com/blog/2392-introducing-code-owners + +# These owners will be the default owners for everything in the repo. +* @bep + +tpl/* @moorereason @bep +docs/* @digitalcraftsman +snapcraft.yaml @anthonyfok +Dockerfile @anthonyfok +i18n/* @bogem \ No newline at end of file