-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
205 lines (194 loc) · 5.58 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
# 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/ [email protected]
#### 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
rush.json @kenotron @ecraig12345
LICENSE @kenotron @ecraig12345
azure-pipelines.yml @ecraig12345 @kenotron
.appveyor.yml @kenotron @ecraig12345
.npmrc @kenotron @ecraig12345
.npmignore @kenotron @ecraig12345
#### Deprecated API Files
*.api.ts @natalieethell
#### Apps
# component-demo/
fabric-website/ @jordandrako @ecraig12345 @Jahnp
fabric-website-resources/ @ecraig12345
# ssr-tests/
# test-bundle-button/ @dzearing
# todo-app/
Controls/web.tsx @Vitalius1 @natalieethell
#### Packages
packages/charting/ @Raghurk
packages/codepen-loader/ @ecraig12345 @kenotron
packages/foundation/ @JasonGore
packages/example-app-base/ @ecraig12345 @jordandrako
packages/file-type-icons/ @KatherineThayerMicrosoft @jahnp @bigbadcapers
# packages/icons/
# packages/jest-serializer-merge-styles/
packages/lists/ @dzearing @KevinTCoughlin @aditima
# packages/merge-styles/
# packages/prettier-rules/
# packages/tslint-rules/
packages/styling/ @dzearing
packages/styling/src/interfaces/ @phkuo
packages/styling/src/styles/ @phkuo
# packages/utilities/
packages/utilities/positioning/ @joschect
packages/date-time @OfficeDev/uifabric-calendar @lorejoh @evlevy
packages/migration/ @ecraig12345 @kenotron
### 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/ @srideshpande
Coachmark/ @leddie24
CollapsibleSection/ @JasonGore
ColorPicker/ @ecraig12345
ComboBox/ @joschect
CommandBar/ @micahgodbolt @joschect
ContextualMenu/ @joschect
DatePicker/ @OfficeDev/uifabric-calendar @lorejoh
DetailsList/ @KevinTCoughlin
Dialog/ @kkjeer
DocumentCard/ @yiminwu
Dropdown/ @joschect
Fabric/ @dzearing
FacePile/ @markionium
FolderCover/ @ThomasMichon
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/ @kkjeer
Pagination/ @caradong
Panel/ @kkjeer
Persona/ @markionium
PersonaCoin/ @mtennoe
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 @kkjeer
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
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