aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2019-10-22 09:12:21 -0700
committerPhilipp Kerling <pkerling@casix.org>2019-11-17 15:58:28 +0100
commite47fbfafcac2e16d1a28f994a5eb41318089e958 (patch)
tree0e3d6c00821e7ea06f8e6d4c42e9b144336186ba /.github
parenta44bfdd6a49ecbaac2d11d29fffc63943b48620c (diff)
add CODEOWNERS file to help selecting reviewers
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000000..6a63d42d3d
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,13 @@
+# See https://help.github.com/articles/about-codeowners/
+# for more info about CODEOWNERS file
+
+# Please try and keep the list in alphabetical order
+
+/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/DRMPRIMEEGL.* @lrusak
+/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererDRMPRIME* @lrusak
+/xbmc/platform/linux/ @lrusak
+/xbmc/rendering/gles/ @lrusak
+/xbmc/utils/EGL* @lrusak
+/xbmc/utils/GBMBufferObject.* @lrusak
+/xbmc/windowing/gbm/ @lrusak
+