87 строки
2.8 KiB
Plaintext
87 строки
2.8 KiB
Plaintext
# 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 @nalogiudice @chrisdholt @falkicon
|
|
/docs/ @awentzel @nalogiudice @chrisdholt @falkicon
|
|
/website/ @awentzel @nalogiudice @chrisdholt @falkicon
|
|
|
|
# Package specific owners
|
|
|
|
# fast-animation
|
|
/packages/fast-animation/ @nicholasrice @chrisdholt
|
|
|
|
# fast-breakpoint-tracker-react
|
|
/packages/fast-breakpoint-tracker-react/ @nicholasrice @chrisdholt
|
|
|
|
# fast-browser-extension
|
|
/packages/fast-browser-extension/ @nicholasrice @janechu
|
|
|
|
# fast-colors
|
|
/packages/fast-colors/ @nicholasrice @chrisdholt
|
|
|
|
# fast-components-*
|
|
/packages/fast-components-class-name-contracts-base/ @chrisdholt @janechu @nicholasrice
|
|
/packages/fast-components-class-name-contracts-msft/ @chrisdholt @janechu @nicholasrice
|
|
/packages/fast-components-react-base/ @chrisdholt @janechu @nicholasrice
|
|
/packages/fast-components-react-msft/ @chrisdholt @janechu @nicholasrice
|
|
/packages/fast-components-styles-msft/ @chrisdholt @janechu @nicholasrice
|
|
|
|
# fast-glyphs
|
|
/packages/fast-glyphs/ @janechu @chrisdholt
|
|
|
|
# fast-jest-snapshots
|
|
/packages/fast-jest-snapshots/ @nicholasrice @janechu @chrisdholt
|
|
|
|
# fast-jss-manager-*
|
|
/packages/fast-jss-manager/ @nicholasrice @janechu @chrisdholt
|
|
/packages/fast-jss-manager-angular/ @nicholasrice @janechu @chrisdholt
|
|
/packages/fast-jss-manager-react/ @nicholasrice @janechu @chrisdholt
|
|
/packages/fast-jss-utilities/ @nicholasrice @janechu @chrisdholt
|
|
|
|
# fast-layouts-react
|
|
/packages/fast-layouts-react/ @chrisdholt @nicholasrice
|
|
|
|
# fast-markdown-react
|
|
/packages/fast-markdown-msft-react/ @janechu @chrisdholt
|
|
|
|
# fast-sketch-library
|
|
/packages/fast-sketch-library/ @nicholasrice @janechu
|
|
|
|
# fast-tooling-react
|
|
/packages/fast-tooling-react/ @janechu @nicholasrice @chrisdholt
|
|
|
|
# fast-tslint-rules
|
|
/packages/fast-tslint-rules/ @nicholasrice @janechu @chrisdholt
|
|
|
|
# fast-web-utilities
|
|
/packages/fast-web-utilities/ @janechu @chrisdholt @nicholasrice
|
|
|
|
# Github management
|
|
.github/ @awentzel @janechu @chrisdholt @nicholasrice
|
|
|
|
# Circle Ci
|
|
.circleci/ @awentzel @janechu @nicholasrice @chrisdholt
|
|
|
|
# Build scripts
|
|
*.yml @awentzel @janechu @nicholasrice @chrisdholt
|
|
build/ @janechu @nicholasrice @chrisdholt @awentzel
|
|
|
|
# Figma plugin
|
|
/packages/fast-figma-plugin-msft/ @nicholasrice @bheston @e-vanaubrey @Jeremy-Knudsen
|
|
|
|
# fast-element
|
|
/packages/fast-element/ @EisenbergEffect @chrisdholt @janechu @nicholasrice
|
|
|
|
# fast-components
|
|
/packages/fast-components/ @EisenbergEffect @chrisdholt @janechu @nicholasrice
|
|
|
|
# Web Component specs
|
|
/specs/ @EisenbergEffect @chrisdholt @janechu @nicholasrice |