-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
CODEOWNERS
Validating CODEOWNERS rules...
201 lines (183 loc) · 9.91 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
# 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
###### Build Section ######
#### Repo-wide build files - Note these will only be applied if another rule below does not apply
*.sh @microsoft/fluentui-react-build
*.yml @microsoft/fluentui-react-build
#### Build folders
/.codesandbox/ @microsoft/fluentui-react-build
/.devops/ @microsoft/fluentui-react-build
/.github/workflows/ @microsoft/fluentui-react-build
/.githooks/ @microsoft/fluentui-react-build
/.storybook/ @microsoft/fluentui-react-build
/.vscode/ @microsoft/fluentui-react-build
/scripts/ @microsoft/fluentui-react-build
/tools @microsoft/fluentui-react-build
#### Root Build files
/.eslintrc.* @microsoft/fluentui-react-build
/.gitattributes @microsoft/fluentui-react-build
/.gitignore @microsoft/fluentui-react-build
/.npmrc @microsoft/fluentui-react-build
/.npmignore @microsoft/fluentui-react-build
/jest.preset.js @microsoft/fluentui-react-build
/lerna.json @microsoft/fluentui-react-build
/package.json @microsoft/fluentui-react-build
/sizeauditor.json @microsoft/fluentui-react-build
/tsconfig.json @microsoft/fluentui-react-build
/tsconfig.base.json @microsoft/fluentui-react-build
/yarn.lock @microsoft/fluentui-react-build
/*.config.js @microsoft/fluentui-react-build
/typings @microsoft/fluentui-react-build
#### NX related files
/nx.json @microsoft/fluentui-react-build
/workspace.json @microsoft/fluentui-react-build
/migrations.json @microsoft/fluentui-react-build
#### Meta and License stuff
/LICENSE @microsoft/fluentui-react-build @justSlone @jurokapsiar
/packages/react/LICENSE @microsoft/fluentui-react-build @justSlone @jurokapsiar
/.github/CODEOWNERS @microsoft/fluentui-react-build @justSlone @jurokapsiar
/.github/ISSUE_TEMPLATE* @justSlone @jurokapsiar
#### Fluent UI N*
packages/a11y-rules/ @kolaps33 @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726
packages/a11y-testing/ @kolaps33 @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726
packages/fluentui/ @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726
packages/fluentui/react-northstar/src/components/Chat/ @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726 @Hirse
packages/fluentui/react-northstar/src/themes/teams/components/Chat/ @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726 @Hirse
#### Web Components
packages/web-components @chrisdholt @EisenbergEffect @nicholasrice
#### Apps
# component-demo/
public-docsite/ @ecraig12345 @micahgodbolt
public-docsite-resources/ @ecraig12345 @micahgodbolt
perf-test/ @microsoft/fluentui-react-build
# ssr-tests/
#### Packages
packages/azure-themes/ @hyoshis @Jacqueline-ms @wsmd
packages/bundle-size/ @microsoft/teams-prg
packages/date-time-utilities @ermercer @LuMarti-MS @evlevy
packages/eslint-plugin/ @microsoft/fluentui-react-build
packages/foundation-legacy/ @microsoft/cxe-red @khmakoto
# packages/font-icons-mdl2/
# packages/jest-serializer-merge-styles/
packages/merge-styles/ @dzearing
packages/monaco-editor/ @ecraig12345
packages/public-docsite-setup/ @ecraig12345
packages/react-aria/ @microsoft/teams-prg
packages/react-cards/ @microsoft/cxe-red @khmakoto
packages/react-charting/ @Raghurk
packages/react-conformance-griffel/ @microsoft/teams-prg
packages/react-context-selector/ @microsoft/teams-prg
packages/react-date-time @ermercer @LuMarti-MS @evlevy
packages/react-docsite-components/ @ecraig12345 @micahgodbolt
packages/react-file-type-icons/ @KatherineThayerMicrosoft @jahnp @bigbadcapers
packages/react-hooks/ @microsoft/cxe-red @ecraig12345
packages/react-monaco-editor/ @ecraig12345
packages/react-positioning/ @microsoft/teams-prg
packages/react-shared-contexts/ @microsoft/teams-prg
packages/react-storybook/ @microsoft/cxe-prg @microsoft/teams-prg
packages/react-storybook-addon/ @microsoft/cxe-prg
packages/react-tabster/ @microsoft/teams-prg
packages/react-theme/ @microsoft/teams-prg
packages/react-utilities/ @microsoft/teams-prg
packages/storybook/ @microsoft/cxe-prg @microsoft/teams-prg
packages/style-utilities/ @dzearing
packages/style-utilities/src/interfaces/ @phkuo @dzearing
packages/style-utilities/src/styles/ @phkuo @dzearing
packages/theme/ @dzearing
# packages/utilities/
packages/utilities/positioning/ @microsoft/cxe-red
### Fabric
# common/
packages/common-styles/src/ @microsoft/cxe-red @phkuo
common/_semanticSlots.scss @microsoft/cxe-red @phkuo
common/_themeOverrides.scss @microsoft/cxe-red @phkuo
common/_common.scss @microsoft/cxe-red @phkuo
## Component packages
packages/react-accordion/ @microsoft/teams-prg @microsoft/cxe-coastal
packages/react-avatar/ @microsoft/cxe-red @behowell @khmakoto
packages/react-badge/ @microsoft/teams-prg @microsoft/cxe-red @behowell
packages/react-button/ @microsoft/cxe-red @dzearing @khmakoto
packages/react-card/ @microsoft/cxe-prg
packages/react-checkbox/ @microsoft/cxe-red @khmakoto
packages/react-components/ @microsoft/teams-prg @microsoft/cxe-prg @microsoft/cxe-red @microsoft/cxe-coastal
packages/react-dialog/ @microsoft/cxe-prg
packages/react-divider/ @microsoft/cxe-coastal
packages/react-focus/ @microsoft/cxe-red @khmakoto
packages/react-image/ @microsoft/cxe-prg
packages/react-input/ @microsoft/cxe-red @ecraig12345
packages/react-label/ @microsoft/cxe-red
packages/react-link/ @microsoft/cxe-red @khmakoto @microsoft/cxe-coastal
packages/react-menu/ @microsoft/teams-prg
packages/react-popover/ @microsoft/teams-prg
packages/react-portal/ @microsoft/teams-prg
packages/react-provider/ @microsoft/teams-prg
packages/react-radio/ @microsoft/cxe-red
packages/react-slider/ @microsoft/cxe-coastal @micahgodbolt
packages/react-spinner/ @microsoft/cxe-red @tomi-msft
packages/react-switch/ @microsoft/cxe-red @behowell @khmakoto @ecraig12345 @czearing
packages/react-tabs/ @microsoft/cxe-coastal @geoffcoxmsft
packages/react-text/ @microsoft/cxe-prg
packages/react-tooltip/ @microsoft/cxe-red @behowell @khmakoto
## Components
packages/react @microsoft/cxe-red
packages/react/src/components/ActivityItem/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Announced/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Breadcrumb/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Button/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Calendar/ @ermercer @LuMarti-MS
packages/react/src/components/CalendarDayGrid/ @ermercer @LuMarti-MS
packages/react/src/components/Check/ @microsoft/cxe-red @ThomasMichon @khmakoto
packages/react/src/components/Checkbox/ @microsoft/cxe-red @khmakoto
packages/react/src/components/ChoiceGroup/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/Coachmark/ @microsoft/cxe-red @leddie24
packages/react/src/components/ColorPicker/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/DatePicker/ @ermercer @LuMarti-MS
packages/react/src/components/DetailsList/ @microsoft/cxe-red @ThomasMichon
packages/react/src/components/DocumentCard/ @microsoft/cxe-red @yiminwu
packages/react/src/components/Fabric/ @microsoft/cxe-red @dzearing
packages/react/src/components/Facepile/ @microsoft/cxe-red @markionium @mtennoe
packages/react/src/components/FolderCover/ @microsoft/cxe-red @ThomasMichon @bigbadcapers
packages/react/src/components/FocusTrapZone/ @microsoft/cxe-red @khmakoto
packages/react/src/components/GroupedList/ @microsoft/cxe-red @ThomasMichon
packages/react/src/components/HoverCard/ @microsoft/cxe-red @Jahnp @Vitalius1
packages/react/src/components/Icon/ @microsoft/cxe-red @dzearing @ecraig12345
packages/react/src/components/Image/ @microsoft/cxe-red @dzearing
packages/react/src/components/Label/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Layer/ @microsoft/cxe-red @ThomasMichon
packages/react/src/components/Link/ @microsoft/cxe-red @khmakoto
packages/react/src/components/List/ @microsoft/cxe-red @ThomasMichon
packages/react/src/components/MarqueeSelection/ @microsoft/cxe-red @ThomasMichon
packages/react/src/components/MessageBar/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/Nav/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/Overlay/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Panel/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Persona/ @microsoft/cxe-red @markionium @mtennoe
packages/react/src/components/PersonaCoin/ @microsoft/cxe-red @mtennoe @markionium
packages/react/src/components/Pivot/ @microsoft/cxe-red @behowell
packages/react/src/components/SearchBox/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/Shimmer/ @microsoft/cxe-red @Vitalius1
packages/react/src/components/SpinButton/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/Stack/ @microsoft/cxe-red @khmakoto
packages/react/src/components/SwatchColorPicker/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/Text/ @microsoft/cxe-red @khmakoto
packages/react/src/components/TextField/ @microsoft/cxe-red @ecraig12345
packages/react/src/components/Toggle/ @microsoft/cxe-red @khmakoto
packages/react/src/components/Tooltip/ @microsoft/cxe-red @behowell
packages/react/src/components/WeeklyDayPicker/ @ermercer @LuMarti-MS
## Theming and styling
packages/react/src/utilities/ThemeProvider @microsoft/cxe-red @dzearing
## Experiments
packages/react-experiments/src/components/Signals/ @ThomasMichon
packages/react-experiments/src/components/Tile/ @ThomasMichon
packages/react-experiments/src/components/TileList/ @ThomasMichon