summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-29 01:58:23 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-29 02:58:23 +0300
commit50590a0f06e0472f60bf7924d41d5e01f7b07e03 (patch)
tree5de5a7d141c63f3d7f1e7afc03253315e793ee82 /.github/CODEOWNERS
parenta1b6a7f5328974aaddd7f631135c58e1d620c820 (diff)
more code owners (#4316)
* more code owners * Update CODEOWNERS
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS14
1 files changed, 11 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d8abac976f..b775f87304 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -6,14 +6,22 @@
*.h @ktsaou
# python files
-*.py @l2isbad
-plugins.d/python.d.plugin @l2isbad
-conf.d/python.d/ @l2isbad
+*.py @l2isbad @Ferroin
+plugins.d/python.d.plugin @l2isbad @Ferroin
+conf.d/python.d/ @l2isbad @Ferroin
# docker builds
docker/ @paulfantom
+# build system and packaging
+build/ @paulfantom
+packaging/ @paulfantom
+contrib/ @paulfantom
+
# CI and automation
.travis/ @paulfantom
.travis.yml @paulfantom
.lgtm.yml @paulfantom
+
+# Docs
+*.md @ktsaou @cakrit