CODEOWNERS 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. aclk/ @stelfrag
  8. build/ @Ferroin @tkatsoulas
  9. contrib/debian @Ferroin @tkatsoulas
  10. collectors/ @thiagoftsm
  11. collectors/ebpf.plugin/ @thiagoftsm
  12. collectors/charts.d.plugin/ @ilyam8 @Ferroin
  13. collectors/freebsd.plugin/ @thiagoftsm
  14. collectors/macos.plugin/ @thiagoftsm
  15. collectors/python.d.plugin/ @ilyam8
  16. collectors/cups.plugin/ @thiagoftsm
  17. exporting/ @thiagoftsm
  18. daemon/ @thiagoftsm @vkalintiris
  19. database/ @thiagoftsm @vkalintiris
  20. docs/ @tkatsoulas @Ancairon
  21. health/ @thiagoftsm @vkalintiris
  22. health/health.d/ @thiagoftsm
  23. health/notifications/ @Ferroin @thiagoftsm
  24. ml/ @vkalintiris
  25. libnetdata/ @thiagoftsm @vkalintiris
  26. packaging/ @Ferroin @tkatsoulas
  27. registry/ @novykh
  28. streaming/ @thiagoftsm
  29. system/ @Ferroin @tkatsoulas
  30. tests/ @Ferroin @vkalintiris @tkatsoulas
  31. web/ @thiagoftsm @vkalintiris
  32. web/gui/ @novykh
  33. logsmanagement/ @thiagoftsm
  34. # Ownership by filetype (overwrites ownership by directory)
  35. *.am @Ferroin @tkatsoulas
  36. *.md @tkatsoulas @Ancairon
  37. *.mdx @tkatsoulas @Ancairon
  38. Dockerfile* @Ferroin @tkatsoulas
  39. # Ownership of specific files
  40. .gitignore @Ferroin @tkatsoulas @vkalintiris
  41. .eslintrc @Ferroin @tkatsoulas
  42. .eslintignore @Ferroin @tkatsoulas
  43. .csslintrc @Ferroin @tkatsoulas
  44. .codeclimate.yml @Ferroin @tkatsoulas
  45. .codacy.yml @Ferroin @tkatsoulas
  46. .yamllint.yml @Ferroin @tkatsoulas
  47. netdata.spec.in @Ferroin @tkatsoulas
  48. netdata-installer.sh @Ferroin @tkatsoulas
  49. packaging/version @netdatabot @Ferroin @tkatsoulas
  50. LICENSE.md @Ferroin @tkatsoulas @vkalintiris
  51. CHANGELOG.md @netdatabot @Ferroin @tkatsoulas