From cfed351149325120f0969633f6fade3efa14c884 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 30 Sep 2017 13:13:58 +0200 Subject: [PATCH] github: add codeowners file Initial version. See https://help.github.com/articles/about-codeowners/ --- .github/CODEOWNERS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..7e71bc8ce1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,21 @@ +# https://help.github.com/articles/about-codeowners/ +# +# last match wins, so put more specific matches towards the end + +* @OISF/core-team +rust/* @victorjulien @jasonish +src/source-* @regit +doc/* @norg +src/detect-engine* @victorjulien +*ssl* @thus @OISF/core-team +*tls* @thus @OISF/core-team +*nfs* @victorjulien +*dns* @jasonish +*ntp* @chifflier + +*prelude* @ToToL + +*napatech* @psanders240 + +.github/ @victorjulien + -- 2.47.2