Merge pull request #3053 from collectd/code_owners
authorFlorian Forster <ff@octo.it>
Fri, 1 Feb 2019 11:14:27 +0000 (12:14 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Feb 2019 11:14:27 +0000 (12:14 +0100)
CODEOWNERS: Add code owners as discussed at the meetup.

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