]> git.ipfire.org Git - thirdparty/collectd.git/blame - CODEOWNERS
.github/workflows/: Rename container images.
[thirdparty/collectd.git] / CODEOWNERS
CommitLineData
86dcd571 1# Code ownership information.
62ae49f4
FF
2# See
3# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
4# for details.
86dcd571 5
62ae49f4
FF
6# Order is important; the *last* matching pattern takes precedence.
7
8# Default
9#
86dcd571 10# These owners will be the default owners for everything in the repo. Unless a
62ae49f4
FF
11# later match takes precedence, @collectd/trusted-contributors will be
12# requested for review when someone opens a pull request.
13* @collectd/trusted-contributors
86dcd571 14
62ae49f4
FF
15# Per-plugin owners
16#
17# These plugins are owned by subject matter experts and require their review.
18/src/intel_pmu.c @collectd/intel
19/src/intel_rdt.c @collectd/intel
20/src/ipmi.c @collectd/intel
21/src/mcelog.c @collectd/intel
22/src/virt.c @collectd/intel
86dcd571 23# TODO(#2926): Add the following owners:
62ae49f4 24#/src/redfish.c @collectd/intel
e91e6e68 25
62ae49f4
FF
26# Core
27#
28# The daemon and some plugins with a huge "blast radius" are considered "core"
29# to the collectd project and require review form a "core owner".
30/CODEOWNERS @collectd/core-maintainers
31/src/daemon/ @collectd/core-maintainers
32/src/liboconfig/ @collectd/core-maintainers
33/src/cpu.c @collectd/core-maintainers
34/src/df.c @collectd/core-maintainers
35/src/disk.c @collectd/core-maintainers
36/src/exec.c @collectd/core-maintainers
37/src/interface.c @collectd/core-maintainers
38/src/memory.c @collectd/core-maintainers
39/src/network.* @collectd/core-maintainers
40/src/utils/avltree/ @collectd/core-maintainers
41/src/utils/common/ @collectd/core-maintainers
42/src/utils_fbhash.* @collectd/core-maintainers
43/src/utils/heap/ @collectd/core-maintainers
44/src/utils/ignorelist/ @collectd/core-maintainers
45/src/utils/metadata/ @collectd/core-maintainers
46/src/utils/mount/ @collectd/core-maintainers