forked from Bharath-KKB/CNTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
40 lines (27 loc) · 1.1 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @walterkozlowski @karinesevilla @jgu17 @collivier @rgstori @xudan16 @steelescotr
# Governance
/doc/gov/ @walterkozlowski
# Reference Model
/doc/ref_model/ @walterkozlowski
# Reference Architectures 1
/doc/ref_arch/openstack/ @karinesevilla
# Reference Implementation 1
/doc/ref_impl/cntt-ri/ @jgu17
# Reference Certification 1
/doc/ref_cert/RC1/ @collivier
# Reference Architectures 2
/doc/ref_arch/kubernetes/ @rgstori
# Reference Implementation 2
/doc/ref_impl/cntt-ri2/ @xudan16
# Reference Conformance 2
/doc/ref_cert/RC2/ @steelescotr
# Edge workstream
# /doc/tech/usecases.md @walterkozlowski
# NFG
/doc/tech/ @walterkozlowski