CODEOWNERS 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Files which shouldn't be changed manually are owned by @netdatabot.
  2. # This way we prevent modifications which will be overwriten by automation.
  3. # Global (default) code owner
  4. * @Ferroin
  5. # Ownership by directory structure
  6. .github/ @Ferroin @tkatsoulas
  7. src/aclk/ @stelfrag
  8. contrib/debian @Ferroin @tkatsoulas
  9. src/collectors/ @thiagoftsm
  10. src/collectors/ebpf.plugin/ @thiagoftsm
  11. src/collectors/charts.d.plugin/ @ilyam8 @Ferroin
  12. src/collectors/freebsd.plugin/ @thiagoftsm
  13. src/collectors/macos.plugin/ @thiagoftsm
  14. src/collectors/python.d.plugin/ @ilyam8
  15. src/collectors/cups.plugin/ @thiagoftsm
  16. src/exporting/ @thiagoftsm
  17. src/daemon/ @thiagoftsm @vkalintiris
  18. src/database/ @thiagoftsm @vkalintiris
  19. docs/ @tkatsoulas @Ancairon
  20. src/go/ @ilyam8
  21. src/health/ @thiagoftsm @vkalintiris
  22. src/health/health.d/ @thiagoftsm
  23. src/health/notifications/ @Ferroin @thiagoftsm
  24. src/ml/ @vkalintiris
  25. src/libnetdata/ @thiagoftsm @vkalintiris
  26. packaging/ @Ferroin @tkatsoulas
  27. packaging/cmake @Ferroin @vkalintiris
  28. src/registry/ @novykh
  29. src/streaming/ @thiagoftsm
  30. system/ @Ferroin @tkatsoulas
  31. tests/ @Ferroin @vkalintiris @tkatsoulas
  32. src/web/ @thiagoftsm @vkalintiris
  33. src/web/gui/ @novykh
  34. src/logsmanagement/ @thiagoftsm
  35. # Ownership by filetype (overwrites ownership by directory)
  36. *.md @tkatsoulas @Ancairon
  37. *.mdx @tkatsoulas @Ancairon
  38. Dockerfile* @Ferroin @tkatsoulas
  39. # Ownership of specific files
  40. .gitignore @Ferroin @tkatsoulas @vkalintiris
  41. .codacy.yml @Ferroin @tkatsoulas
  42. .yamllint.yml @Ferroin @tkatsoulas
  43. CMakeLists.txt @Ferroin @vkalintiris
  44. netdata.spec.in @Ferroin @tkatsoulas
  45. netdata-installer.sh @Ferroin @tkatsoulas
  46. packaging/version @netdatabot @Ferroin @tkatsoulas
  47. LICENSE.md @Ferroin @tkatsoulas @vkalintiris
  48. CHANGELOG.md @netdatabot @Ferroin @tkatsoulas