From: Bjørn Erik Pedersen Date: Fri, 7 Jul 2017 19:32:14 +0000 (+0200) Subject: Add first draft of CODEOWNERS X-Git-Tag: v0.25.1~10 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd41e70cf;p=brevno-suite%2Fhugo Add first draft of CODEOWNERS See https://github.com/blog/2392-introducing-code-owners --- diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..0506ae4e --- /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