summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
blob: f4e61be24e799bb6bd2ef25051401b44d4d11bff (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
28
29
30
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