From: Victor Julien Date: Sat, 30 Sep 2017 11:13:58 +0000 (+0200) Subject: github: add codeowners file X-Git-Tag: suricata-4.0.1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2912%2Fhead;p=thirdparty%2Fsuricata.git github: add codeowners file Initial version. See https://help.github.com/articles/about-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 +