From d45389e2b01439c34be32d0356a2247e12de8a6c Mon Sep 17 00:00:00 2001 From: Marko Date: Sun, 15 Mar 2020 17:37:25 +0100 Subject: [PATCH] codeowners: add code owners (#82) * codeowners: add code owners - added some codeowners please comment if youd like to be added as well. Signed-off-by: Marko Baricevic * remove comment of repo maintainers --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..7a801d67b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# CODEOWNERS: https://help.github.com/articles/about-codeowners/ + +* @milosevic @ebuchman @josef-widder @konnov