aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS20
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