-
Notifications
You must be signed in to change notification settings - Fork 160
/
CODEOWNERS
Validating CODEOWNERS rules...
26 lines (24 loc) · 1.14 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.
# More details are here: https://help.github.com/articles/about-codeowners/
# Human summary:
# - The entire core team should be involved for changes that affect the wire
# format(s) and the main public libraries (snet).
# - Dominik (oncilla) should be involed in changes that affect cppki.
# - Either Dominik (oncilla) or Lukas (lukedirtwalker) should be involved for
# changes that could impact the compatibility between this implementation and
# their proprietary system.
# - Jean-Christophe (jiceatscion) would like to be involved for changes to the router
antlr/** @oncilla @lukedirtwalker
control/trust/** @oncilla
gateway/dataplane/encoder.go @oncilla @lukedirtwalker
pkg/scrypto/** @oncilla
pkg/segment/** @oncilla @lukedirtwalker
pkg/slayers/** @scionproto/scion-core-team
pkg/snet/** @scionproto/scion-core-team
private/trust/** @oncilla
proto/** @oncilla @lukedirtwalker
router/dataplane.go @jiceatscion
scion-pki/** @oncilla
tools/braccept/cases/** @scionproto/scion-core-team