Add CODEOWNERS file

GitHub will assign reviewers according this file.
This commit is contained in:
evpobr 2020-10-12 11:08:33 +05:00
parent 04e4b70205
commit 027e165bb5

14
CODEOWNERS Normal file
View File

@ -0,0 +1,14 @@
# The owners of this repository. In order of suggestions as reviewers.
* @evpobr @SoapGentoo @arthurt @erikd
# Autotools
configure.ac Makefile.am @SoapGentoo @erikd
# CMake
CMakeLists.txt /cmake/ @evpobr
# Ogg Opus format
/src/ogg_opus.c @arthurt
# Documentation
/doc/ /man/ @evpobr