diff options
| author | Damien Retzinger <[email protected]> | 2022-01-19 08:29:58 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-19 14:29:58 +0100 |
| commit | ae5992039da10fa3f5433f6bfc0e65bc351684fc (patch) | |
| tree | 1a51fcbd01e51023cf76d3402782bdafd749a7c0 /.github | |
| parent | 80e8b3d4aec2e8944f7488a86f6b1ad4d2b2445d (diff) | |
| download | faker-ae5992039da10fa3f5433f6bfc0e65bc351684fc.tar.xz faker-ae5992039da10fa3f5433f6bfc0e65bc351684fc.zip | |
chore: add CODEOWNERS (#158)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3cb46b54 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,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 +netlify.toml @faker-js/maintainers-docs +README.md @faker-js/maintainers-docs @faker-js/maintainers +CONTRIBUTING.md @faker-js/maintainers-docs + +# ================================================ +# CODEOWNERS owners ... +# ================================================ + +/.github/CODEOWNERS @faker-js/maintainers |
