mirror of https://github.com/OISF/suricata
github: add codeowners file
Initial version. See https://help.github.com/articles/about-codeowners/pull/2912/head
parent
499afaba4b
commit
cfed351149
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue