summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:19:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:20:17 +0000
commita64a253794ac64cb40befee54db53bde17dd0d49 (patch)
treec1024acc5f6e508814b944d99f112259bb28b1be /.github
parentNew upstream version 1.10.0+dfsg (diff)
downloadnetdata-a64a253794ac64cb40befee54db53bde17dd0d49.tar.xz
netdata-a64a253794ac64cb40befee54db53bde17dd0d49.zip
New upstream version 1.11.0+dfsgupstream/1.11.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 000000000..f4e61be24
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,31 @@
+# Global (default) code owner
+* @ktsaou
+
+# Ownership by directory structure
+.travis/ @paulfantom
+# backends/
+build/ @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/
+
+# Ownership of specific files
+CHANGELOG.md @netdatabot
+.travis.yml @paulfantom
+.lgtm.yml @paulfantom
+
+# Ownership by filetype (overwrites ownership by directory)
+*.am @paulfantom @ktsaou
+*.c *.h @ktsaou @vlvkobal