From: Florian Forster Date: Thu, 31 Jan 2019 15:35:39 +0000 (+0100) Subject: CODEOWNERS: Add code owners as discussed at the meetup. X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=86dcd57149a192b816fbc6abc401a7e8966c26c7 CODEOWNERS: Add code owners as discussed at the meetup. See also: https://help.github.com/articles/about-code-owners/ --- diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..55fbd049 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,15 @@ +# Code ownership information. +# See https://help.github.com/articles/about-code-owners/ for details. + +# These owners will be the default owners for everything in the repo. Unless a +# later match takes precedence, # @trusted-contributors will be requested for +# review when someone opens a pull request. +* @trusted-contributors + +/src/intel_pmu.c @kwiatrox @sunkuranganath +/src/intel_rdt.c @kwiatrox @sunkuranganath +/src/ipmi.c @anaudx @rjablonx +/src/mcelog.c @kwiatrox @sunkuranganath +/src/virt.c @anaudx @rjablonx +# TODO(#2926): Add the following owners: +#/src/redfish.c @kkepka @mkobyli