diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-11-07 12:22:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-11-07 12:22:44 +0000 |
commit | 1e6c93250172946eeb38e94a92a1fd12c9d3011e (patch) | |
tree | 8ca5e16dfc7ad6b3bf2738ca0a48408a950f8f7e /.github/CODEOWNERS | |
parent | Update watch file (diff) | |
download | netdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.tar.xz netdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.zip |
Merging upstream version 1.11.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 31 |
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 |