This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
/
CODEOWNERS
Validating CODEOWNERS rules...
248 lines (230 loc) · 11.5 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
/* @thomaspink @tomheller @ffriedl89 @Sherif-Elhefnawy
/** @thomaspink @tomheller @ffriedl89 @Sherif-Elhefnawy
# Components
/libs/barista-components/* @tomheller @thomaspink @Sherif-Elhefnawy
/libs/barista-components/alert/** @ffriedl89 @NinaKammerlander
/libs/barista-components/autocomplete/** @thomaspink
/libs/barista-components/bar-indicator/** @tomheller
/libs/barista-components/breadcrumbs/** @ffriedl89 @szymonbultrowicz
/libs/barista-components/button/** @thomaspink
/libs/barista-components/button-group/** @tomheller
/libs/barista-components/card/** @ffriedl89 @NinaKammerlander
/libs/barista-components/chart/** @ffriedl89 @tomheller
/libs/barista-components/checkbox/** @thomaspink
/libs/barista-components/confirmation-dialog/** @ffriedl89 @thomaspink
/libs/barista-components/consumption/** @ffriedl89 @thomaspink
/libs/barista-components/container-breakpoint-observer/** @thomaspink
/libs/barista-components/context-dialog/** @ffriedl89 @NinaKammerlander
/libs/barista-components/copy-to-clipboard/** @ffriedl89 @moertenschlag
/libs/barista-components/drawer/** @tomheller
/libs/barista-components/empty-state/** @tomheller @heartdisease
/libs/barista-components/event-chart/** @thomaspink @tomheller
/libs/barista-components/expandable-panel/** @Sherif-Elhefnawy
/libs/barista-components/expandable-section/** @Sherif-Elhefnawy
/libs/barista-components/expandable-text/** @ffriedl89
/libs/barista-components/filter-field/** @thomaspink @tomheller
/libs/barista-components/form-field/** @thomaspink
/libs/barista-components/formatters/** @ffriedl89
/libs/barista-components/highlight/** @tomheller @thomaspink
/libs/barista-components/icon/** @thomaspink
/libs/barista-components/indicator/** @ffriedl89
/libs/barista-components/info-group/** @ffriedl89 @NinaKammerlander
/libs/barista-components/inline-editor/** @thomaspink
/libs/barista-components/input/** @thomaspink
/libs/barista-components/key-value-list/** @ffriedl89 @moertenschlag
/libs/barista-components/legend/** @thomaspink
/libs/barista-components/loading-distractor/** @thomaspink
/libs/barista-components/menu/** @heartdisease
/libs/barista-components/micro-chart/** @ffriedl89 @dlaubi-dt @tomheller
/libs/barista-components/overlay/** @ffriedl89 @thomaspink @tomheller
/libs/barista-components/pagination/** @tomheller
/libs/barista-components/progress-bar/** @tomheller
/libs/barista-components/progress-circle/** @ffriedl89 @tomheller
/libs/barista-components/radial-chart/** @tomheller @subarroca
/libs/barista-components/radio/** @thomaspink
/libs/barista-components/schematics/** @tomheller
/libs/barista-components/secondary-nav/** @thomaspink
/libs/barista-components/select/** @thomaspink
/libs/barista-components/selection-area/** @ffriedl89 @tomheller
/libs/barista-components/show-more/** @Sherif-Elhefnawy
/libs/barista-components/stacked-series-chart/** @subarroca @airime
/libs/barista-components/stepper/** @ffriedl89 @thomaspink
/libs/barista-components/sunburst-chart/** @subarroca @PedroMosquera
/libs/barista-components/switch/** @thomaspink
/libs/barista-components/table/** @ffriedl89 @tomheller
/libs/barista-components/tabs/** @ffriedl89 @thomaspink
/libs/barista-components/tag/** @Sherif-Elhefnawy
/libs/barista-components/tile/** @ffriedl89 @NinaKammerlander
/libs/barista-components/timeline-chart/** @thomaspink
/libs/barista-components/toast/** @ffriedl89 @tomheller
/libs/barista-components/toggle-button-group/** @tomheller
/libs/barista-components/top-bar-navigation/** @tomheller
/libs/barista-components/tree-table/** @ffriedl89 @tomheller
# Apps
/apps/* @tomheller @thomaspink
# Barista
/apps/barista-design-system/* @thomaspink @tomheller @Sherif-Elhefnawy
/apps/barista-design-system/src/** @NinaKammerlander @thomaspink @Sherif-Elhefnawy
# Demos app
/apps/demos/* @thomaspink @tomheller @Sherif-Elhefnawy
/apps/demos/src/** @thomaspink @tomheller @Sherif-Elhefnawy
# e2e
/apps/components-e2e/* @tomheller @Sherif-Elhefnawy
/apps/components-e2e/src/** @tomheller @Sherif-Elhefnawy
/apps/components-e2e/src/components/button @thomaspink
/apps/components-e2e/src/components/button-group @tomheller
/apps/components-e2e/src/components/chart @ffriedl89 @tomheller
/apps/components-e2e/src/components/checkbox @thomaspink
/apps/components-e2e/src/components/consumption @ffriedl89 @thomaspink
/apps/components-e2e/src/components/context-dialog @ffriedl89 @NinaKammerlander
/apps/components-e2e/src/components/drawer @tomheller
/apps/components-e2e/src/components/event-chart @thomaspink @tomheller
/apps/components-e2e/src/components/expandable-panel
/apps/components-e2e/src/components/expandable-section
/apps/components-e2e/src/components/filter-field @thomaspink @tomheller
/apps/components-e2e/src/components/key-value-list @ffriedl89 @moertenschlag
/apps/components-e2e/src/components/overlay @ffriedl89 @thomaspink @tomheller
/apps/components-e2e/src/components/pagination @tomheller
/apps/components-e2e/src/components/progress-bar @tomheller
/apps/components-e2e/src/components/radial-chart @tomheller
/apps/components-e2e/src/components/radio @thomaspink
/apps/components-e2e/src/components/show-more @Sherif-Elhefnawy
/apps/components-e2e/src/components/switch @thomaspink
/apps/components-e2e/src/components/tabs @ffriedl89 @thomaspink
/apps/components-e2e/src/components/tile @ffriedl89 @NinaKammerlander
# Dev app
/apps/dev/* @thomaspink @tomheller @Sherif-Elhefnawy
/apps/dev/src/* @thomaspink @tomheller
/apps/dev/src/alert/** @ffriedl89 @NinaKammerlander
/apps/dev/src/autocomplete/** @thomaspink
/apps/dev/src/bar-indicator/** @tomheller
/apps/dev/src/breadcrumbs/** @ffriedl89 @szymonbultrowicz
/apps/dev/src/button/** @thomaspink
/apps/dev/src/button-group/** @tomheller
/apps/dev/src/card/** @ffriedl89 @NinaKammerlander
/apps/dev/src/chart/** @ffriedl89 @tomheller
/apps/dev/src/checkbox/** @thomaspink
/apps/dev/src/confirmation-dialog/** @ffriedl89 @thomaspink
/apps/dev/src/consumption/** @ffriedl89 @thomaspink
/apps/dev/src/container-breakpoint-observer/** @thomaspink
/apps/dev/src/context-dialog/** @ffriedl89 @NinaKammerlander
/apps/dev/src/copy-to-clipboard/** @ffriedl89 @moertenschlag
/apps/dev/src/drawer/** @tomheller
/apps/dev/src/empty-state/** @tomheller @heartdisease
/apps/dev/src/event-chart/** @thomaspink @tomheller
/apps/dev/src/expandable-panel/** @Sherif-Elhefnawy
/apps/dev/src/expandable-section/** @Sherif-Elhefnawy
/apps/dev/src/expandable-text/** @ffriedl89
/apps/dev/src/filter-field/** @thomaspink @tomheller
/apps/dev/src/form-field/** @thomaspink
/apps/dev/src/formatters/** @ffriedl89
/apps/dev/src/highlight/** @tomheller @thomaspink
/apps/dev/src/icon/** @thomaspink
/apps/dev/src/indicator/** @ffriedl89
/apps/dev/src/info-group/** @ffriedl89 @NinaKammerlander
/apps/dev/src/inline-editor/** @thomaspink
/apps/dev/src/input/** @thomaspink
/apps/dev/src/key-value-list/** @ffriedl89 @moertenschlag
/apps/dev/src/legend/** @thomaspink
/apps/dev/src/loading-distractor/** @thomaspink
/apps/dev/src/menu/** @heartdisease
/apps/dev/src/micro-chart/** @ffriedl89 @dlaubi-dt @tomheller
/apps/dev/src/overlay/** @ffriedl89 @thomaspink @tomheller
/apps/dev/src/pagination/** @tomheller
/apps/dev/src/progress-bar/** @tomheller
/apps/dev/src/progress-circle/** @ffriedl89 @tomheller
/apps/dev/src/radial-chart/** @tomheller @subarroca
/apps/dev/src/radio/** @thomaspink
/apps/dev/src/secondary-nav/** @thomaspink
/apps/dev/src/select/** @thomaspink
/apps/dev/src/selection-area/** @ffriedl89 @tomheller
/apps/dev/src/show-more/** @Sherif-Elhefnawy
/apps/dev/src/stacked-series-chart/** @subarroca @airime
/apps/dev/src/stepper/** @ffriedl89 @thomaspink
/apps/dev/src/sunburst-chart/** @subarroca @PedroMosquera
/apps/dev/src/switch/** @thomaspink
/apps/dev/src/table/** @ffriedl89 @tomheller
/apps/dev/src/tabs/** @ffriedl89 @thomaspink
/apps/dev/src/tag/** @Sherif-Elhefnawy
/apps/dev/src/tile/** @ffriedl89 @NinaKammerlander
/apps/dev/src/timeline-chart/** @thomaspink
/apps/dev/src/toast/** @ffriedl89 @tomheller
/apps/dev/src/toggle-button-group/** @tomheller
/apps/dev/src/top-bar-navigation/** @tomheller
/apps/dev/src/tree-table/** @ffriedl89 @tomheller
# Universal
/apps/universal/* @thomaspink @tomheller @Sherif-Elhefnawy
/apps/universal/src/** @thomaspink @tomheller
# Documentation
/documentation/** @tomheller @Sherif-Elhefnawy
# Libs
/libs/* @ffriedl89 @thomaspink @tomheller @Sherif-Elhefnawy
/libs/testing/** @thomaspink
# Examples
/libs/examples/* @thomaspink @Sherif-Elhefnawy
/libs/examples/src/* @thomaspink @Sherif-Elhefnawy
/libs/examples/src/alert/** @ffriedl89 @NinaKammerlander
/libs/examples/src/autocomplete/** @thomaspink
/libs/examples/src/bar-indicator/** @tomheller
/libs/examples/src/breadcrumbs/** @ffriedl89 @szymonbultrowicz
/libs/examples/src/button/** @thomaspink
/libs/examples/src/button-group/** @tomheller
/libs/examples/src/card/** @ffriedl89 @NinaKammerlander
/libs/examples/src/chart/** @ffriedl89 @tomheller
/libs/examples/src/checkbox/** @thomaspink
/libs/examples/src/confirmation-dialog/** @ffriedl89 @thomaspink
/libs/examples/src/consumption/** @ffriedl89 @thomaspink
/libs/examples/src/container-breakpoint-observer/** @thomaspink
/libs/examples/src/context-dialog/** @ffriedl89 @NinaKammerlander
/libs/examples/src/copy-to-clipboard/** @ffriedl89 @moertenschlag
/libs/examples/src/drawer/** @tomheller
/libs/examples/src/empty-state/** @tomheller @heartdisease
/libs/examples/src/event-chart/** @thomaspink @tomheller
/libs/examples/src/expandable-panel/** @Sherif-Elhefnawy
/libs/examples/src/expandable-section/** @Sherif-Elhefnawy
/libs/examples/src/expandable-text/** @ffriedl89
/libs/examples/src/filter-field/** @thomaspink @tomheller
/libs/examples/src/form-field/** @thomaspink
/libs/examples/src/formatters/** @ffriedl89
/libs/examples/src/highlight/** @tomheller @thomaspink
/libs/examples/src/icon/** @thomaspink
/libs/examples/src/indicator/** @ffriedl89
/libs/examples/src/info-group/** @ffriedl89 @NinaKammerlander
/libs/examples/src/inline-editor/** @thomaspink
/libs/examples/src/input/** @thomaspink
/libs/examples/src/key-value-list/** @ffriedl89 @moertenschlag
/libs/examples/src/legend/** @thomaspink
/libs/examples/src/loading-distractor/** @thomaspink
/libs/examples/src/menu/** @heartdisease
/libs/examples/src/micro-chart/** @ffriedl89 @dlaubi-dt @tomheller
/libs/examples/src/overlay/** @ffriedl89 @thomaspink @tomheller
/libs/examples/src/pagination/** @tomheller
/libs/examples/src/progress-bar/** @tomheller
/libs/examples/src/progress-circle/** @ffriedl89 @tomheller
/libs/examples/src/radial-chart/** @tomheller
/libs/examples/src/radio/** @thomaspink
/libs/examples/src/secondary-nav/** @thomaspink
/libs/examples/src/select/** @thomaspink
/libs/examples/src/selection-area/** @ffriedl89 @tomheller
/libs/examples/src/show-more/**
/libs/examples/src/stepper/** @ffriedl89 @thomaspink
/libs/examples/src/switch/** @thomaspink
/libs/examples/src/table/** @ffriedl89 @tomheller
/libs/examples/src/tabs/** @ffriedl89 @thomaspink
/libs/examples/src/tag/** @Sherif-Elhefnawy
/libs/examples/src/tile/** @ffriedl89 @NinaKammerlander
/libs/examples/src/timeline-chart/** @thomaspink
/libs/examples/src/toast/** @ffriedl89 @tomheller
/libs/examples/src/toggle-button-group/** @tomheller
/libs/examples/src/top-bar-navigation/** @tomheller
/libs/examples/src/tree-table/** @ffriedl89 @tomheller
# Tools
/tools/* @tomheller @thomaspink @Sherif-Elhefnawy
/libs/tools/barista/* @thomaspink @Sherif-Elhefnawy
/libs/tools/barista/src/** @NinaKammerlander @thomaspink
/libs/tools/** @tomheller @ffriedl89 @thomaspink
/tools/generators/** @tomheller @Sherif-Elhefnawy
/tools/stylelint/** @thomaspink
/tools/tslint-rules/** @thomaspink
/tools/pull-request-labeler/** @tomheller
/tools/cherry-picker/** @tomheller