Add first draft of CODEOWNERS
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Jul 2017 19:32:14 +0000 (21:32 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Jul 2017 19:32:14 +0000 (21:32 +0200)
See https://github.com/blog/2392-introducing-code-owners

CODEOWNERS [new file with mode: 0644]

diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644 (file)
index 0000000..0506ae4
--- /dev/null
@@ -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