forked from nikit6000/material-components-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (38 loc) · 1.75 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
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
** @material-components/core-ios-team
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
# *.js @octocat @github/js
# You can also use email addresses if you prefer.
/components/ActionSheet/ @codeman7
/components/AnimationTiming/ @yarneo
/components/AppBar/ @jverkoey
/components/BottomAppBar/ @wenyuzhang666
/components/BottomSheet/ @yarneo
/components/Buttons/ @randallli
/components/Cards/ @yarneo
/components/CollectionCells/ @yarneo
/components/CollectionLayoutAttributes/ @jverkoey
/components/Collections/ @jverkoey
/components/Dialogs/ @galiak11 @iberezan
/components/FeatureHighlight/ @codeman7
/components/FlexibleHeader/ @jverkoey
/components/HeaderStackView/ @jverkoey
/components/Ink/ @yarneo
/components/LibraryInfo/ @jverkoey
/components/List @andrewoverton
/components/MaskedTransition/ @jverkoey
/components/NavigationBar/ @yarneo @jverkoey
/components/NavigationDrawer/ @yarneo @jakerockland
/components/OverlayWindow/ @yarneo
/components/PageControl/ @randallli
/components/Palettes/ @jverkoey
/components/Ripple @yarneo
/components/ShadowElevations/ @jverkoey
/components/ShadowLayer/ @jverkoey
/components/Snackbar/ @yarneo
/components/TextFields/ @andrewoverton
/components/Themes/ @jverkoey