From 86dcd57149a192b816fbc6abc401a7e8966c26c7 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 31 Jan 2019 16:35:39 +0100 Subject: [PATCH] CODEOWNERS: Add code owners as discussed at the meetup. See also: https://help.github.com/articles/about-code-owners/ --- CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CODEOWNERS 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 -- 2.11.0