-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
CODEOWNERS
Validating CODEOWNERS rules...
168 lines (157 loc) · 8.15 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
# 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 @ecraig12345
package.json @ecraig12345 @dzearing
prettier.config.js @ecraig12345
webpack.config.js @ecraig12345
webpack.serve.config.js @ecraig12345
jest.config.js @ecraig12345
tsconfig.json @ecraig12345
lerna.json @ecraig12345
LICENSE @ecraig12345
*.yml @ecraig12345
.eslintrc.* @ecraig12345
.npmrc @ecraig12345
.npmignore @ecraig12345
sizeauditor.json @aftab-hassan
#### Fluent UI
packages/fluentui/ @davezuko @layershifter @levithomason @miroslavstastny @mnajdova @dzearing @pompomon @silviuavram @jurokapsiar
#### Web Components
packages/web-components @chrisdholt @EisenbergEffect @nicholasrice
#### Deprecated API Files
*.api.ts @natalieethell
#### Apps
# component-demo/
fabric-website/ @ecraig12345 @Jahnp
fabric-website-resources/ @ecraig12345
perf-test/ @JasonGore @xugao
# ssr-tests/
# test-bundle-button/ @dzearing
# todo-app/
Controls/web.tsx @Vitalius1 @natalieethell
#### Packages
packages/charting/ @Raghurk
packages/date-time @lorejoh12 @evlevy @pompomon
packages/date-time-utilities @lorejoh12 @evlevy @pompomon
packages/eslint-plugin/ @ecraig12345
packages/example-app-base/ @ecraig12345
packages/file-type-icons/ @KatherineThayerMicrosoft @jahnp @bigbadcapers
packages/foundation/ @dzearing @khmakoto
# packages/icons/
# packages/jest-serializer-merge-styles/
packages/merge-styles/ @dzearing
packages/monaco-editor/ @ecraig12345
packages/react-hooks/ @ecraig12345
packages/styling/ @dzearing
packages/styling/src/interfaces/ @phkuo
packages/styling/src/styles/ @phkuo
packages/tsx-editor/ @ecraig12345
# packages/utilities/
packages/utilities/positioning/ @joschect
packages/azure-themes/ @hyoshis @Jacqueline-ms @wsmd
### Fabric
# common/
common/_semanticSlots.scss @phkuo
common/_themeOverrides.scss @phkuo
common/_common.scss @phkuo
## Components
packages/office-ui-fabric-react/src/components/ActivityItem/ @xugao
packages/office-ui-fabric-react/src/components/Announced/ @natalieethell
packages/office-ui-fabric-react/src/components/Breadcrumb/ @xugao
packages/office-ui-fabric-react/src/components/Button/ @khmakoto
packages/react-next/src/components/Button/ @khmakoto
packages/office-ui-fabric-react/src/components/Calendar/ @lorejoh12 @pompomon
packages/office-ui-fabric-react/src/components/Callout/ @joschect
packages/office-ui-fabric-react/src/components/react-cards/Card/ @khmakoto
packages/office-ui-fabric-react/src/components/Check/ @dzearing @xugao
packages/office-ui-fabric-react/src/components/Checkbox/ @khmakoto @xugao
packages/react-next/src/components/Checkbox/ @khmakoto @xugao
packages/react-checkbox/ @khmakoto @xugao
packages/office-ui-fabric-react/src/components/ChoiceGroup/ @ecraig12345
packages/office-ui-fabric-react/src/components/Coachmark/ @leddie24
packages/office-ui-fabric-react/src/components/ColorPicker/ @ecraig12345
packages/office-ui-fabric-react/src/components/ComboBox/ @joschect
packages/office-ui-fabric-react/src/components/CommandBar/ @micahgodbolt @joschect
packages/office-ui-fabric-react/src/components/ContextualMenu/ @joschect
packages/office-ui-fabric-react/src/components/DatePicker/ @lorejoh12 @pompomon
packages/office-ui-fabric-react/src/components/DetailsList/ @dzearing
packages/office-ui-fabric-react/src/components/Dialog/ @joschect
packages/office-ui-fabric-react/src/components/DocumentCard/ @yiminwu
packages/office-ui-fabric-react/src/components/Dropdown/ @joschect
packages/office-ui-fabric-react/src/components/Fabric/ @dzearing
packages/react-next/src/components/Fabric/ @dzearing
packages/office-ui-fabric-react/src/components/Facepile/ @markionium @mtennoe
packages/office-ui-fabric-react/src/components/FolderCover/ @ThomasMichon @bigbadcapers
packages/office-ui-fabric-react/src/components/FocusTrapZone/ @khmakoto
packages/office-ui-fabric-react/src/components/FocusZone/ @khmakoto
packages/react-focus/src/components/FocusZone/ @khmakoto
packages/office-ui-fabric-react/src/components/GroupedList/ @aditima @dzearing
packages/office-ui-fabric-react/src/components/HoverCard/ @atneik @Jahnp @Vitalius1
packages/office-ui-fabric-react/src/components/Icon/ @dzearing @ecraig12345
packages/office-ui-fabric-react/src/components/Image/ @dzearing
packages/react-next/src/components/Image/ @dzearing
packages/office-ui-fabric-react/src/components/Label/ @khmakoto
packages/office-ui-fabric-react/src/components/Layer/ @ThomasMichon
packages/office-ui-fabric-react/src/components/Link/ @khmakoto
packages/react-next/src/components/Link/ @khmakoto
packages/react-link/ @khmakoto
packages/office-ui-fabric-react/src/components/List/ @dzearing
packages/office-ui-fabric-react/src/components/MarqueeSelection/ @dzearing
packages/office-ui-fabric-react/src/components/MessageBar/ @ecraig12345
packages/office-ui-fabric-react/src/components/Modal/ @joschect
packages/office-ui-fabric-react/src/components/Nav/ @ecraig12345
packages/office-ui-fabric-react/src/components/OverflowSet/ @micahgodbolt
packages/react-next/src/components/OverflowSet/ @micahgodbolt
packages/office-ui-fabric-react/src/components/Overlay/ @aneeshack4
packages/office-ui-fabric-react/src/components/Pagination/ @caradong
packages/office-ui-fabric-react/src/components/Panel/ @aneeshack4
packages/office-ui-fabric-react/src/components/Persona/ @markionium @mtennoe
packages/office-ui-fabric-react/src/components/PersonaCoin/ @mtennoe @markionium
packages/office-ui-fabric-react/src/components/Persona/PersonaConsts.tsx @mtennoe
packages/office-ui-fabric-react/src/components/pickers/ @joschect
packages/office-ui-fabric-react/src/components/Pivot/ @behowell
packages/react-next/src/components/Pivot/ @behowell
packages/react-tabs/ @behowell
packages/office-ui-fabric-react/src/components/Popup/ @joschect
packages/react-next/src/components/Popup/ @joschect
packages/office-ui-fabric-react/src/components/ProgressIndicator/ @aneeshack4
packages/office-ui-fabric-react/src/components/Rating/ @jdhuntington
packages/office-ui-fabric-react/src/components/ResizeGroup/ @micahgodbolt
packages/react-next/src/components/ResizeGroup/ @micahgodbolt
packages/office-ui-fabric-react/src/components/SearchBox/ @ecraig12345
packages/react-next/src/components/SearchBox/ @ecraig12345
packages/office-ui-fabric-react/src/components/Separator/ @natalieethell
packages/office-ui-fabric-react/src/components/Shimmer/ @Vitalius1 @atneik
packages/office-ui-fabric-react/src/components/Signals/ @ThomasMichon
packages/office-ui-fabric-react/src/components/Slider/ @joschect
packages/react-next/src/components/Slider/ @joschect
packages/react-slider/ @joschect
packages/office-ui-fabric-react/src/components/SpinButton/ @khmakoto
packages/react-next/src/components/SpinButton/ @khmakoto
packages/office-ui-fabric-react/src/components/Spinner/ @aneeshack4
packages/office-ui-fabric-react/src/components/Stack/ @khmakoto
packages/office-ui-fabric-react/src/components/SwatchColorPicker/ @ecraig12345
packages/office-ui-fabric-react/src/components/TeachingBubble/ @micahgodbolt
packages/office-ui-fabric-react/src/components/Text/ @natalieethell
packages/office-ui-fabric-react/src/components/TextField/ @ecraig12345
packages/office-ui-fabric-react/src/components/Theme/ @dzearing
packages/office-ui-fabric-react/src/components/Tile/ @ThomasMichon
packages/office-ui-fabric-react/src/components/TileList/ @ThomasMichon
packages/office-ui-fabric-react/src/components/Toggle/ @xugao
packages/react-next/src/components/Toggle/ @xugao
packages/react-toggle/ @xugao
packages/office-ui-fabric-react/src/components/Tooltip/ @micahgodbolt
packages/experiments/src/components/Toggle/ @khmakoto
packages/react-spinbutton/ @dzearing @ecraig12345