Update CODEOWNERS (#16907)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Tasos Katsoulas committed
Feb 6, 2024 at 13:14 UTC
4e8719c88d47bd1461a19fe4557a42c04f411b63
1 file changed
+7
-13
.github/CODEOWNERS
+7
-13
@@ -6,8 +6,7 @@
6
7
# Ownership by directory structure
8
.github/ @Ferroin @tkatsoulas
9
-aclk/ @stelfrag
10
-build/ @Ferroin @tkatsoulas
9
+src/aclk/ @stelfrag
10
contrib/debian @Ferroin @tkatsoulas
11
collectors/ @thiagoftsm
12
collectors/ebpf.plugin/ @thiagoftsm
@@ -18,34 +17,29 @@ collectors/python.d.plugin/ @ilyam8
17
collectors/cups.plugin/ @thiagoftsm
18
src/exporting/ @thiagoftsm
19
daemon/ @thiagoftsm @vkalintiris
21
-database/ @thiagoftsm @vkalintiris
20
+src/database/ @thiagoftsm @vkalintiris
21
docs/ @tkatsoulas @Ancairon
22
health/ @thiagoftsm @vkalintiris
23
health/health.d/ @thiagoftsm
24
health/notifications/ @Ferroin @thiagoftsm
26
-ml/ @vkalintiris
27
-libnetdata/ @thiagoftsm @vkalintiris
25
+src/ml/ @vkalintiris
26
+src/libnetdata/ @thiagoftsm @vkalintiris
27
packaging/ @Ferroin @tkatsoulas
29
-registry/ @novykh
30
-streaming/ @thiagoftsm
28
+src/registry/ @novykh
29
+src/streaming/ @thiagoftsm
30
system/ @Ferroin @tkatsoulas
31
tests/ @Ferroin @vkalintiris @tkatsoulas
32
web/ @thiagoftsm @vkalintiris
33
web/gui/ @novykh
35
-logsmanagement/ @thiagoftsm
34
+src/logsmanagement/ @thiagoftsm
35
36
# Ownership by filetype (overwrites ownership by directory)
38
-*.am @Ferroin @tkatsoulas
37
*.md @tkatsoulas @Ancairon
38
*.mdx @tkatsoulas @Ancairon
39
Dockerfile* @Ferroin @tkatsoulas
40
41
# Ownership of specific files
42
.gitignore @Ferroin @tkatsoulas @vkalintiris
45
-.eslintrc @Ferroin @tkatsoulas
46
-.eslintignore @Ferroin @tkatsoulas
47
-.csslintrc @Ferroin @tkatsoulas
48
-.codeclimate.yml @Ferroin @tkatsoulas
43
.codacy.yml @Ferroin @tkatsoulas
44
.yamllint.yml @Ferroin @tkatsoulas
45
netdata.spec.in @Ferroin @tkatsoulas