-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
CODEOWNERS
Validating CODEOWNERS rules...
183 lines (166 loc) · 8.56 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
# 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/ @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
#### 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
#### 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
#### Web Components
packages/web-components @chrisdholt @EisenbergEffect @nicholasrice
#### Apps
# component-demo/
public-docsite/ @ecraig12345
public-docsite-resources/ @ecraig12345 @justSlone
perf-test/ @microsoft/fluentui-react-build
# ssr-tests/
# todo-app/
#### Packages
packages/react-charting/ @Raghurk
packages/react-date-time @lorejoh12 @evlevy
packages/date-time-utilities @lorejoh12 @evlevy
packages/eslint-plugin/ @microsoft/fluentui-react-build
packages/react-docsite-components/ @ecraig12345
packages/react-file-type-icons/ @KatherineThayerMicrosoft @jahnp @bigbadcapers
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-hooks/ @microsoft/cxe-red @ecraig12345
packages/style-utilities/ @dzearing
packages/style-utilities/src/interfaces/ @phkuo @dzearing
packages/style-utilities/src/styles/ @phkuo @dzearing
packages/theme/ @dzearing
packages/react-provider/ @teams-prg
packages/react-monaco-editor/ @ecraig12345
# packages/utilities/
packages/utilities/positioning/ @microsoft/cxe-red
packages/azure-themes/ @hyoshis @Jacqueline-ms @wsmd
packages/make-styles/ @teams-prg
packages/react-make-styles/ @teams-prg
packages/react-aria/ @bsunderhus
packages/babel-make-styles/ @teams-prg
packages/jest-serializer-make-styles/ @teams-prg
### 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-avatar/ @microsoft/cxe-red @behowell
packages/react-menu/ @teams-prg
packages/react-badge/ @ling1726 @layershifter @assuncaocharles @behowell
packages/react-button/ @microsoft/cxe-red @dzearing @khmakoto
packages/react-card/ @microsoft/cxe-red @khmakoto
packages/react-checkbox/ @microsoft/cxe-red @khmakoto
packages/react-components/ @layershifter @miroslavstastny
packages/react-focus/ @microsoft/cxe-red @khmakoto
packages/react-image/ @cxe-prg
packages/react-input/ @microsoft/cxe-red @ecraig12345
packages/react-storybook/ @cxe-prg @ling1726 @layershifter
packages/storybook/ @cxe-prg @ling1726 @layershifter
packages/react-link/ @microsoft/cxe-red @khmakoto
packages/react-slider/ @microsoft/cxe-red
packages/react-tabs/ @microsoft/cxe-red @behowell
packages/react-toggle/ @microsoft/cxe-red @behowell
packages/react-tooltip/ @microsoft/cxe-red @behowell
packages/react-label/ @microsoft/cxe-red @sopranopillow
## 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/ @lorejoh12
packages/react/src/components/CalendarDayGrid/ @lorejoh12
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/ @lorejoh12
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/ @lorejoh12
## 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