-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
Copy pathCODEOWNERS
108 lines (97 loc) · 2.4 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
# 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/
# ssr-tests/
# test-bundle-button/ @dzearing
# todo-app/
#### Packages
# 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/
# ColorPicker/
# ComboBox/
CommandBar/ @micahgodbolt
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/
Persona/PersonaCoin.tsx @mtennoe @jakob101
Persona/PersonaConsts.tsx @mtennoe @jakob101
pickers/ @joschect
# Pivot/
# Popup/
# ProgressIndicator/
Rating/ @cschleiden
ResizeGroup/ @micahgodbolt
# SearchBox/
# Slider/
# SpinButton/
# Spinner/
# SwatchColorPicker/
TeachingBubble/ @micahgodbolt
# TextField/
# Theme/
Toggle/ @phkuo
Tooltip/ @micahgodbolt