Merge pull request #3309 from rubenk/remove-lvm-plugin
[collectd.git] / CODEOWNERS
1 # Code ownership information.
2 # See https://help.github.com/articles/about-code-owners/ for details.
3
4 # These owners will be the default owners for everything in the repo. Unless a
5 # later match takes precedence, # @trusted-contributors will be requested for
6 # review when someone opens a pull request.
7
8 /src/intel_pmu.c        @kwiatrox @sunkuranganath
9 /src/intel_rdt.c        @kwiatrox @sunkuranganath
10 /src/ipmi.c             @anaudx @rjablonx
11 /src/mcelog.c           @kwiatrox @sunkuranganath
12 /src/virt.c             @anaudx @rjablonx
13 # TODO(#2926): Add the following owners:
14 #/src/redfish.c         @kkepka @mkobyli
15
16 # Order is important; the last matching pattern takes the most
17 # precedence.
18 *       @trusted-contributors