summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
blob: 773b6094d622f3d738ffe5611ad7696c055944f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Global 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
build/ @paulfantom
packaging/ @paulfantom
contrib/ @paulfantom

# CI and automation
.travis/ @paulfantom
.travis.yml @paulfantom
.lgtm.yml @paulfantom

# Docs
#*.md @ktsaou @cakrit