hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit fd41e70cff731c363ad78fa5fe7c281f4f5b1162
parent 4ec8ee7fb198923c23ff97c98101afe46a58cccc
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri,  7 Jul 2017 21:32:14 +0200

Add first draft of CODEOWNERS

See https://github.com/blog/2392-introducing-code-owners

Diffstat:
ACODEOWNERS | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/CODEOWNERS 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