-
Notifications
You must be signed in to change notification settings - Fork 594
/
CODEOWNERS
Validating CODEOWNERS rules...
61 lines (49 loc) · 2.76 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
# Approval for at least one *code owner* is required all packages.
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more *code owners*.
# The last matching pattern has the most precendence.
# These *code owners* will be the default owners for everything in the repository.
* @chrisdholt @janechu @nicholasrice
# File type specific owners
# Markdown specific files
*.md @awentzel @chrisdholt @falkicon @EisenbergEffect
/docs/ @awentzel @chrisdholt @falkicon @EisenbergEffect
# Github management
.github/ @awentzel @janechu @chrisdholt @nicholasrice
.github/workflows/ @awentzel @chrisdholt @nicholasrice
# Build scripts
*.yml @awentzel @janechu @nicholasrice @chrisdholt @EisenbergEffect
build/ @janechu @nicholasrice @chrisdholt @awentzel @EisenbergEffect
# Specifications
/specs/ @EisenbergEffect @chrisdholt @janechu @nicholasrice
# Sites
/sites/fast-color-explorer/ @nicholasrice @janechu @bheston
/sites/fast-component-explorer/ @janechu @nicholasrice
/sites/website/ @awentzel @chrisdholt @falkicon @EisenbergEffect
# Package specific owners
# React
/packages/react/fast-components-class-name-contracts-base/ @chrisdholt @janechu @nicholasrice
/packages/react/fast-components-class-name-contracts-msft/ @chrisdholt @janechu @nicholasrice
/packages/react/fast-components-foundation-react/ @chrisdholt @janechu @nicholasrice
/packages/react/fast-components-react-base/ @chrisdholt @janechu @nicholasrice
/packages/react/fast-components-react-msft/ @chrisdholt @janechu @nicholasrice
/packages/react/fast-components-styles-msft/ @chrisdholt @janechu @nicholasrice
/packages/react/fast-jss-manager/ @nicholasrice @janechu @chrisdholt
/packages/react/fast-jss-manager-react/ @nicholasrice @janechu @chrisdholt
/packages/react/fast-jss-utilities/ @nicholasrice @janechu @chrisdholt
/packages/react/fast-layouts-react/ @chrisdholt @nicholasrice
/packages/react/fast-react-utilities/ @chrisdholt @nicholasrice
/packages/react/fast-storybook-design-system-addon/ @nicholasrice @chrisdholt @janechu
/packages/react/fast-storybook-presets/ @nicholasrice @chrisdholt @janechu
# Tooling
/packages/tooling/fast-figma-plugin-msft/ @nicholasrice @bheston @janechu
/packages/tooling/fast-tooling-react/ @janechu @nicholasrice @chrisdholt
/packages/tooling/fast-tooling/ @janechu @nicholasrice @chrisdholt
# Utilities
/packages/utilities/fast-animation/ @nicholasrice @chrisdholt
/packages/utilities/fast-colors/ @nicholasrice @chrisdholt
/packages/utilities/fast-eslint-rules/ @nicholasrice @janechu @chrisdholt
/packages/utilities/fast-web-utilities/ @janechu @chrisdholt @nicholasrice
# Web components
/packages/web-components/fast-element/ @EisenbergEffect @chrisdholt @janechu @nicholasrice
/packages/web-components/fast-components/ @EisenbergEffect @chrisdholt @janechu @nicholasrice