]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github: add codeowners file 2912/head
authorVictor Julien <victor@inliniac.net>
Sat, 30 Sep 2017 11:13:58 +0000 (13:13 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 30 Sep 2017 14:05:04 +0000 (16:05 +0200)
Initial version.

See https://help.github.com/articles/about-codeowners/

.github/CODEOWNERS [new file with mode: 0644]

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644 (file)
index 0000000..7e71bc8
--- /dev/null
@@ -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
+