summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-10-16 14:27:41 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-10-16 15:27:41 +0300
commit6887691fa2ab224241b50729c29c0316bff9ffad (patch)
tree5e80b635492965394dfc08fcb1727b23e45f452b
parentd802f83e4af868236a4381112b82b7561c8d7f67 (diff)
Update CODEOWNERS (#4405)
-rw-r--r--.github/CODEOWNERS38
1 files changed, 18 insertions, 20 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 773b6094d6..d471d76187 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,27 +1,25 @@
-# Global code owner
+# Global (default) code owner
* @ktsaou
-# C code
-*.c @ktsaou
-*.h @ktsaou
-
-# python files
-*.py @l2isbad @Ferroin
-plugins.d/python.d.plugin @l2isbad @Ferroin
-conf.d/python.d/ @l2isbad @Ferroin
-
-# docker builds
-docker/ @paulfantom
-
-# build system and packaging
+# Ownership by directory structure
+.travis/ @paulfantom
+# backends/
build/ @paulfantom
-packaging/ @paulfantom
+collectors/python.d.plugin/ @l2isbad @Ferroin
contrib/ @paulfantom
+daemon/ @ktsaou
+database/ @ktsaou
+docker/ @paulfantom
+# health/
+# installer/
+# libnetdata/
+# makeself/
+packaging/ @paulfantom
+# registry/
+# streaming/
+# system/
+# tests/
+# web/
-# CI and automation
-.travis/ @paulfantom
.travis.yml @paulfantom
.lgtm.yml @paulfantom
-
-# Docs
-#*.md @ktsaou @cakrit