-
Notifications
You must be signed in to change notification settings - Fork 66
/
CODEOWNERS
Validating CODEOWNERS rules...
67 lines (62 loc) · 2.07 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
# This file defines codeowners in the leafygreen-ui repo, such that reviewers can be automatically assigned to open PRs
# Please note, this is a WIP team convention, and a stanp from a codeowner is not required to merge a new change into the repo
# Example: /packages/example/ @bruugey
/packages/a11y/ @bruugey @thesonofthomp
/packages/badge/ @shaneeza @spark33
/packages/banner/ @shaneeza
/packages/box/
/packages/button/ @spark33
/packages/callout/ @shaneeza
/packages/card/ @spark33
/packages/checkbox/ @thesonofthomp
/packages/code/ @designerdave
/packages/combobox/ @thesonofthomp @shaneeza
/packages/confirmation-modal/ @shaneeza
/packages/copyable/
/packages/emotion/
/packages/empty-state/ @spark33
/packages/expandable-card/ @thesonofthomp @spark33
/packages/form-footer/ @thesonofthomp
/packages/guide-cue/ @shaneeza
/packages/hooks/ @thesonofthomp
/packages/icon/
/packages/icon-button/
/packages/inline-definition/ @shaneeza
/packages/leafygreen-provider/
/packages/lib/
/packages/loading-indicator/ @spark33
/packages/logo/ @thesonofthomp @spark33
/packages/marketing-modal/ @shaneeza
/packages/menu/ @shaneeza
/packages/modal/ @shaneeza
/packages/number-input/ @shaneeza
/packages/pagination/ @spark33
/packages/palette/
/packages/password-input/ @shaneeza
/packages/pipeline/ @shaneeza
/packages/popover/ @shaneeza
/packages/polymorphic/ @thesonofthomp
/packages/portal/
/packages/radio-box-group/
/packages/radio-group/
/packages/ripple/ @bruugey
/packages/search-input/ @thesonofthomp
/packages/segmented-control/ @thesonofthomp
/packages/select/ @thesonofthomp
/packages/side-nav/ @designerdave
/packages/split-button/ @shaneeza
/packages/stepper/ @spark33
/packages/table/ @spark33 @thesonofthomp
/packages/tabs/ @spark33
/packages/testing-lib/
/packages/text-area/ @thesonofthomp
/packages/text-input/ @thesonofthomp
/packages/toast/ @thesonofthomp
/packages/toggle/
/packages/tokens/ @thesonofthomp
/packages/tooltip/ @shaneeza
/packages/typography/ @thesonofthomp
/scripts @thesonofthomp
/scripts/slackbot @thesonofthomp
./storybook/ @thesonofthomp @spark33
./.github/ @thesonofthomp @spark33