blob: 26aa1f94a70260a4e77efba94bedec0d59c4cb97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, @faker-js/maintainers will
# be requested for review when someone opens a pull request.
* @faker-js/maintainers
# ================================================
# Docs owners ...
# ================================================
/docs/ @faker-js/maintainers-docs @faker-js/maintainers
netlify.toml @faker-js/maintainers-docs @faker-js/maintainers
README.md @faker-js/maintainers-docs @faker-js/maintainers
CONTRIBUTING.md @faker-js/maintainers-docs @faker-js/maintainers
# ================================================
# CODEOWNERS owners ...
# ================================================
/.github/CODEOWNERS @faker-js/maintainers
|