-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
CODEOWNERS
Validating CODEOWNERS rules...
210 lines (199 loc) · 5.84 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
# 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.
# * @global-owner1 @global-owner2
# Order is important; the last matching pattern takes the most precedence.
# When someone opens a pull request that only modifies JS files, only @js-owner
# and not the global owner(s) will be requested for a review.
# *.js@js-owner
# You can also use email addresses if you prefer. They'll be used to look up
# users just like we do for commit author emails.
# docs/ docs@example.com
#### Core build stuff
scripts/ @dzearing @kenotron @ecraig12345
package.json @kenotron @ecraig12345 @dzearing
webpack.config.js @kenotron @ecraig12345
webpack.serve.config.js @kenotron @ecraig12345
jest.config.js @kenotron @ecraig12345
tsconfig.json @kenotron @ecraig12345
lerna.json @kenotron @ecraig12345
LICENSE @kenotron @ecraig12345
azure-pipelines.yml @ecraig12345 @kenotron @JasonGore
azure-pipelines.*.yml @ecraig12345 @kenotron @JasonGore
.appveyor.yml @kenotron @ecraig12345
.npmrc @kenotron @ecraig12345
.npmignore @kenotron @ecraig12345
sizeauditor.json @aftab-hassan
#### Deprecated API Files
*.api.ts @natalieethell
#### Apps
# component-demo/
fabric-website/ @ecraig12345 @Jahnp
fabric-website-resources/ @ecraig12345
perf-test/ @JasonGore
# ssr-tests/
# test-bundle-button/ @dzearing
# todo-app/
Controls/web.tsx @Vitalius1 @natalieethell
#### Packages
packages/charting/ @Raghurk
packages/date-time @OfficeDev/uifabric-calendar @lorejoh @evlevy
packages/example-app-base/ @ecraig12345
packages/file-type-icons/ @KatherineThayerMicrosoft @jahnp @bigbadcapers
packages/foundation/ @JasonGore
# packages/icons/
# packages/jest-serializer-merge-styles/
packages/lists/ @dzearing @KevinTCoughlin @aditima
packages/merge-styles/ @dzearing
packages/migration/ @ecraig12345 @kenotron
packages/monaco-editor/ @ecraig12345 @kenotron
packages/prettier-rules/ @ecraig12345 @kenotron
packages/react-hooks/ @ecraig12345
packages/styling/ @dzearing
packages/styling/src/interfaces/ @phkuo
packages/styling/src/styles/ @phkuo
packages/tslint-rules/ @ecraig12345 @kenotron
packages/tsx-editor/ @ecraig12345
# packages/utilities/
packages/utilities/positioning/ @joschect
### Fabric
# common/
common/_semanticSlots.scss @phkuo
common/_themeOverrides.scss @phkuo
common/_common.scss @phkuo
### Utilities
dateMath/ @OfficeDev/uifabric-calendar @lorejoh
dateValues/ @OfficeDev/uifabric-calendar @lorejoh
## Components
Accordion/ @JasonGore
ActivityItem/ @jdhuntington
Announced/ @natalieethell
Breadcrumb/ @jdhuntington
Button/ @khmakoto
Calendar/ @OfficeDev/uifabric-calendar @lorejoh
Callout/ @joschect
react-cards/Card/ @khmakoto
Check/ @KevinTCoughlin
Checkbox/ @cliffkoh
ChoiceGroup/ @ecraig12345
Coachmark/ @leddie24
CollapsibleSection/ @JasonGore
ColorPicker/ @ecraig12345
ComboBox/ @joschect
CommandBar/ @micahgodbolt @joschect
ContextualMenu/ @joschect
DatePicker/ @OfficeDev/uifabric-calendar @lorejoh
DetailsList/ @KevinTCoughlin
Dialog/ @JasonGore
DocumentCard/ @yiminwu
Dropdown/ @joschect
Fabric/ @dzearing
Facepile/ @markionium @mtennoe
FolderCover/ @ThomasMichon @bigbadcapers
FocusTrapZone/ @JasonGore
FocusZone/ @JasonGore
GroupedList/ @aditima @KevinTCoughlin
HoverCard/ @atneik @Jahnp @Vitalius1
Icon/ @dzearing
Image/ @dzearing
Label/ @cliffkoh
Layer/ @ThomasMichon @JasonGore
Link/ @khmakoto
List/ @KevinTCoughlin
MarqueeSelection/ @dzearing
MessageBar/ @ecraig12345
Modal/ @JasonGore
office-ui-fabric-react/src/components/Nav/ @jdhuntington
OverflowSet/ @micahgodbolt
Overlay/ @aneeshack4
Pagination/ @caradong
Panel/ @aneeshack4
Persona/ @markionium @mtennoe
PersonaCoin/ @mtennoe @markionium
Persona/PersonaConsts.tsx @mtennoe
pickers/ @joschect
Pivot/ @jdhuntington
Popup/ @JasonGore
ProgressIndicator/ @aneeshack4
Rating/ @jdhuntington
ResizeGroup/ @micahgodbolt
SearchBox/ @ecraig12345
Separator/ @natalieethell
Shimmer/ @Vitalius1 @atneik
Signals/ @ThomasMichon
Slider/ @aneeshack4
SpinButton/ @aneeshack4
Spinner/ @aneeshack4
Stack/ @khmakoto
SwatchColorPicker/ @ecraig12345
TeachingBubble/ @micahgodbolt
Text/ @natalieethell
TextField/ @ecraig12345
Theme/ @JasonGore
Tile/ @ThomasMichon
TileList/ @ThomasMichon
office-ui-fabric-react/src/components/Toggle/ @phkuo
experiments/src/components/Toggle/ @khmakoto @JasonGore
Tooltip/ @micahgodbolt
## Docs
# ActivityItem/docs/
Announced/docs/ @natalieethell
# Breadcrumb/docs/
Button/docs/ @khmakoto
Calendar/docs/ @OfficeDev/uifabric-calendar @lorejoh
Callout/docs/ @joschect
react-cards/Card/docs/ @khmakoto
# Check/docs/
# Checkbox/docs/
ChoiceGroup/docs/ @srideshpande
# ColorPicker/docs/
# ComboBox/docs/
CommandBar/docs/ @micahgodbolt
ContextualMenu/docs/ @joschect
DatePicker/docs/ @OfficeDev/uifabric-calendar @lorejoh
DetailsList/docs/ @KevinTCoughlin
# Dialog/docs/
DocumentCard/docs/ @yiminwu
# Dropdown/docs/
# Fabric/docs/
# Facepile/docs/
# FocusTrapZone/docs/
# FocusZone/docs/
GroupedList/docs/ @aditima @KevinTCoughlin
HoverCard/docs/ @atneik @Jahnp @Vitalius1
# Icon/docs/
# Image/docs/
# Label/docs/
Layer/docs/ @ThomasMichon
Link/docs/ @khmakoto
List/docs/ @KevinTCoughlin
# MarqueeSelection/docs/
# MessageBar/docs/
# Modal/docs/
# Nav/docs/
OverflowSet/docs/ @micahgodbolt
# Overlay/docs/
# Panel/docs/
Persona/docs/ @markionium @mtennoe
pickers/docs/ @joschect
# Pivot/docs/
# Popup/docs/
# ProgressIndicator/docs/
# Rating/docs/
ResizeGroup/docs/ @micahgodbolt
# SearchBox/docs/
Separator/docs/ @natalieethell
Shimmer/docs/ @Vitalius1 @atneik
# Slider/docs/
# SpinButton/docs/
# Spinner/docs/
Stack/docs/ @khmakoto
# SwatchColorPicker/docs/
TeachingBubble/docs/ @micahgodbolt
Text/docs/ @natalieethell
# TextField/docs/
# Theme/docs/
office-ui-fabric-react/src/components/Toggle/docs/ @phkuo
Tooltip/docs/ @micahgodbolt