diff options
author | Lukas Rusak <lorusak@gmail.com> | 2019-10-22 09:12:21 -0700 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2019-11-17 15:58:28 +0100 |
commit | e47fbfafcac2e16d1a28f994a5eb41318089e958 (patch) | |
tree | 0e3d6c00821e7ea06f8e6d4c42e9b144336186ba /.github | |
parent | a44bfdd6a49ecbaac2d11d29fffc63943b48620c (diff) |
add CODEOWNERS file to help selecting reviewers
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 13 |
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 + |