forked from anuket-project/anuket-specifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
108 lines (95 loc) · 6.45 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# 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.
* @scottsteinbrueck
# Governance
/doc/gov/chapters/chapter01.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter02.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter03.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter04.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter05.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter06.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter07.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter08.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter09.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter10.md @ss8171 @bobmon01 @scottsteinbrueck
/doc/gov/chapters/chapter11.md @ss8171 @bobmon01 @scottsteinbrueck
# Reference Model
/doc/ref_model/chapters/chapter01.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter02.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter03.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter04.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter05.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter06.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter07.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter09.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter08.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/appendix-a.md @scottsteinbrueck @walterkozlowski
/doc/ref_model/chapters/chapter08-annex.md @scottsteinbrueck @walterkozlowski
# Reference Architectures 1
/doc/ref_arch/openstack/chapters/chapter01.md @scottsteinbrueck @pgoyal01
/doc/ref_arch/openstack/chapters/chapter02.md @scottsteinbrueck @pgoyal01
/doc/ref_arch/openstack/chapters/chapter03.md @scottsteinbrueck @pgoyal01
/doc/ref_arch/openstack/chapters/chapter04.md @scottsteinbrueck @pgoyal01
/doc/ref_arch/openstack/chapters/chapter05.md @scottsteinbrueck @pgoyal01
/doc/ref_arch/openstack/chapters/chapter06.md @scottsteinbrueck @pgoyal01
/doc/ref_arch/openstack/chapters/chapter07.md @scottsteinbrueck @pgoyal01
/doc/ref_arch/openstack/chapters/chapter08.md @scottsteinbrueck @pgoyal01
# Reference Implementation 1
/doc/ref_impl/cntt-ri/chapters/chapter01.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter02.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter03.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter05.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter04.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter06.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter07.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter08.md @scottsteinbrueck @jayacha
/doc/ref_impl/cntt-ri/chapters/chapter09.md @scottsteinbrueck @jayacha
# Reference Certification 1
/doc/ref_cert/RC1/chapters/chapter01.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter02.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter03.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter04.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter05.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter06.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter07.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter08.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter09.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter10.md @scottsteinbrueck @fuqiao123
/doc/ref_cert/RC1/chapters/chapter11.md @scottsteinbrueck @fuqiao123
# Reference Architectures 2
/doc/ref_arch/kubernetes/chapters/chapter01.md @scottsteinbrueck @tomkivlin
/doc/ref_arch/kubernetes/chapters/chapter02.md @scottsteinbrueck @tomkivlin
/doc/ref_arch/kubernetes/chapters/chapter03.md @scottsteinbrueck @tomkivlin
/doc/ref_arch/kubernetes/chapters/chapter04.md @scottsteinbrueck @tomkivlin
/doc/ref_arch/kubernetes/chapters/chapter05.md @scottsteinbrueck @tomkivlin
/doc/ref_arch/kubernetes/chapters/chapter06.md @scottsteinbrueck @tomkivlin
/doc/ref_arch/kubernetes/chapters/chapter07.md @scottsteinbrueck @tomkivlin
/doc/ref_arch/kubernetes/chapters/chapter08.md @scottsteinbrueck @tomkivlin
# Reference Implementation 2
/doc/ref_impl/cntt-ri2/chapters/chapter01.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter02.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter03.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter05.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter04.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter06.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter07.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter08.md @scottsteinbrueck @tomkivlin
/doc/ref_impl/cntt-ri2/chapters/chapter09.md @scottsteinbrueck @tomkivlin
# Reference Conformance 2
/doc/ref_cert/RC2/chapters/chapter01.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter02.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter03.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter05.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter04.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter06.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter07.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter08.md @xmulligan @scottsteinbrueck
/doc/ref_cert/RC2/chapters/chapter09.md @xmulligan @scottsteinbrueck
# Edge
/doc/tech/usecases.md @ASawwaf @scottsteinbrueck
# NFG
/doc/tech/approach.md @walterkozlowski @scottsteinbrueck