0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-11 00:20:15 +00:00
netdata_netdata/.github/CODEOWNERS
2024-02-08 11:06:35 +02:00

50 lines
1.6 KiB
Text

# Files which shouldn't be changed manually are owned by @netdatabot.
# This way we prevent modifications which will be overwriten by automation.
# Global (default) code owner
* @Ferroin
# Ownership by directory structure
.github/ @Ferroin @tkatsoulas
src/aclk/ @stelfrag
contrib/debian @Ferroin @tkatsoulas
src/collectors/ @thiagoftsm
src/collectors/ebpf.plugin/ @thiagoftsm
src/collectors/charts.d.plugin/ @ilyam8 @Ferroin
src/collectors/freebsd.plugin/ @thiagoftsm
src/collectors/macos.plugin/ @thiagoftsm
src/collectors/python.d.plugin/ @ilyam8
src/collectors/cups.plugin/ @thiagoftsm
src/exporting/ @thiagoftsm
src/daemon/ @thiagoftsm @vkalintiris
src/database/ @thiagoftsm @vkalintiris
docs/ @tkatsoulas @Ancairon
src/health/ @thiagoftsm @vkalintiris
src/health/health.d/ @thiagoftsm
src/health/notifications/ @Ferroin @thiagoftsm
src/ml/ @vkalintiris
src/libnetdata/ @thiagoftsm @vkalintiris
packaging/ @Ferroin @tkatsoulas
src/registry/ @novykh
src/streaming/ @thiagoftsm
system/ @Ferroin @tkatsoulas
tests/ @Ferroin @vkalintiris @tkatsoulas
web/ @thiagoftsm @vkalintiris
web/gui/ @novykh
src/logsmanagement/ @thiagoftsm
# Ownership by filetype (overwrites ownership by directory)
*.md @tkatsoulas @Ancairon
*.mdx @tkatsoulas @Ancairon
Dockerfile* @Ferroin @tkatsoulas
# Ownership of specific files
.gitignore @Ferroin @tkatsoulas @vkalintiris
.codacy.yml @Ferroin @tkatsoulas
.yamllint.yml @Ferroin @tkatsoulas
netdata.spec.in @Ferroin @tkatsoulas
netdata-installer.sh @Ferroin @tkatsoulas
packaging/version @netdatabot @Ferroin @tkatsoulas
LICENSE.md @Ferroin @tkatsoulas @vkalintiris
CHANGELOG.md @netdatabot @Ferroin @tkatsoulas