-
Notifications
You must be signed in to change notification settings - Fork 597
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (32 loc) · 1.6 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
# 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 @EisenbergEffect
# 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/website/ @awentzel @chrisdholt @falkicon @EisenbergEffect
# Package specific owners
# Tooling
/packages/tooling/fast-figma-plugin-msft/ @nicholasrice @bheston @janechu @EisenbergEffect
# 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-foundation/ @EisenbergEffect @chrisdholt @nicholasrice