From 027e165bb50290d38a8a264d7014e33b289cb511 Mon Sep 17 00:00:00 2001 From: evpobr Date: Mon, 12 Oct 2020 11:08:33 +0500 Subject: [PATCH] Add CODEOWNERS file GitHub will assign reviewers according this file. --- CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..d67616ee --- /dev/null +++ b/CODEOWNERS @@ -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