-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
165 lines (153 loc) · 3.61 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
# 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
#### Apps
# component-demo/
fabric-website/ @jordandrako
# ssr-tests/
# test-bundle-button/ @dzearing
# todo-app/
#### Packages
packages/charting/ @kkjeer
packages/foundation/ @jagore
# packages/example-app-base/
packages/file-type-icons/ @KatherineThayerMicrosoft @jahnp @bigbadcapers
# packages/icons/
# packages/jest-serializer-merge-styles/
# packages/merge-styles/
# packages/office-ui-fabric-react-tslint/
packages/styling/ @dzearing
packages/styling/src/interfaces/ @phkuo
packages/styling/src/styles/ @phkuo
# packages/utilities/
packages/utilities/positioning/ @joschect
### Fabric
# common/
common/_semanticSlots.scss @phkuo
common/_themeOverrides.scss @phkuo
common/_common.scss @phkuo
### Utilities
dateMath/ @lorejoh12 @sathi23
dateValues/ @lorejoh12 @sathi23
## Components
# ActivityItem/
# Breadcrumb/
# Button/
Calendar/ @lorejoh12 @sathi23
Callout/ @joschect
# Check/
# Checkbox/
ChoiceGroup/ @srideshpande
# ColorPicker/
# ComboBox/
CommandBar/ @micahgodbolt @JasonGore
ContextualMenu/ @joschect
DatePicker/ @lorejoh12 @sathi23
# DetailsList/
# Dialog/
DocumentCard/ @yiminwu @mikewheaton
# Dropdown/
# Fabric/
# FacePile/
# FocusTrapZone/
# FocusZone/
GroupedList/ @aditima
HoverCard/ @atneik @Jahnp
# Icon/
# Image/
# Label/
Layer/ @ThomasMichon
# Link/
List/ @cschleiden
# MarqueeSelection/
# MessageBar/
# Modal/
# Nav/
OverflowSet/ @micahgodbolt
# Overlay/
# Panel/
# Persona/
PersonaCoin/ @mtennoe @jakob101
Persona/PersonaConsts.tsx @mtennoe @jakob101
pickers/ @joschect
# Pivot/
# Popup/
# ProgressIndicator/
# Rating/
ResizeGroup/ @micahgodbolt
# SearchBox/
# Slider/
# SpinButton/
# Spinner/
# SwatchColorPicker/
TeachingBubble/ @micahgodbolt
# TextField/
# Theme/
Toggle/ @phkuo
Tooltip/ @micahgodbolt
## Docs
# ActivityItem/docs/
# Breadcrumb/docs/
# Button/docs/
Calendar/docs/ @lorejoh12 @sathi23
Callout/docs/ @joschect
# Check/docs/
# Checkbox/docs/
ChoiceGroup/docs/ @srideshpande
# ColorPicker/docs/
# ComboBox/docs/
CommandBar/docs/ @micahgodbolt
ContextualMenu/docs/ @joschect
DatePicker/docs/ @lorejoh12 @sathi23
# DetailsList/docs/
# Dialog/docs/
DocumentCard/docs/ @yiminwu @mikewheaton
# Dropdown/docs/
# Fabric/docs/
# FacePile/docs/
# FocusTrapZone/docs/
# FocusZone/docs/
GroupedList/docs/ @aditima
HoverCard/docs/ @atneik @Jahnp
# Icon/docs/
# Image/docs/
# Label/docs/
Layer/docs/ @ThomasMichon
# Link/docs/
List/docs/ @cschleiden
# MarqueeSelection/docs/
# MessageBar/docs/
# Modal/docs/
# Nav/docs/
OverflowSet/docs/ @micahgodbolt
# Overlay/docs/
# Panel/docs/
# Persona/docs/
pickers/docs/ @joschect
# Pivot/docs/
# Popup/docs/
# ProgressIndicator/docs/
Rating/docs/ @cschleiden
ResizeGroup/docs/ @micahgodbolt
# SearchBox/docs/
# Slider/docs/
# SpinButton/docs/
# Spinner/docs/
# SwatchColorPicker/docs/
TeachingBubble/docs/ @micahgodbolt
# TextField/docs/
# Theme/docs/
Toggle/docs/ @phkuo
Tooltip/docs/ @micahgodbolt