CODEOWNERS: Add code owners as discussed at the meetup.
authorFlorian Forster <octo@collectd.org>
Thu, 31 Jan 2019 15:35:39 +0000 (16:35 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 31 Jan 2019 16:01:26 +0000 (17:01 +0100)
See also: https://help.github.com/articles/about-code-owners/

CODEOWNERS [new file with mode: 0644]

diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644 (file)
index 0000000..55fbd04
--- /dev/null
@@ -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