Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Marchini <mmarchini@netflix.com>2020-08-12 00:24:34 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-08-15 02:20:55 +0300
commit5f78dea1a42eba373df57beac18a252aad74df65 (patch)
tree191b02cb4d55dcaeb6ecec6a0ff84d45078439f3 /.github
parentc2771dc07c29a0cda7f009f046d99c542d2b2ca4 (diff)
meta: add TSC as owner of governance-related docs
PR-URL: https://github.com/nodejs/node/pull/34737 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 247b5c17b54..110a13c1e2f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,7 +5,24 @@
# 3. PRs touching any code with a codeowner must be signed off by at least one
# person on the code owner team.
+# tsc & commcomm
+
/.github/CODEOWNERS @nodejs/tsc
+/GOVERNANCE.md @nodejs/tsc
+/onboarding.md @nodejs/tsc
+/CODE_OF_CONDUCT.md @nodejs/tsc @nodejs/community-committee
+/CONTRIBUTING.md @nodejs/tsc @nodejs/community-committee
+/LICENSE @nodejs/tsc @nodejs/community-committee
+/docs/guides/contributing/code-of-conduct.md @nodejs/tsc @nodejs/community-committee
+# TODO(mmarchini): the bot doens't have a notion of precedence, that might
+# change when move the codeowners code to an Action, at which point we can
+# uncomment the line below
+# /docs/guides/contributing/*.md @nodejs/tsc
+/docs/guides/contributing/issues.md @nodejs/tsc
+/docs/guides/contributing/pull-requests.md @nodejs/tsc
+/docs/guides/collaborator-guide.md @nodejs/tsc
+/docs/guides/offboarding.md @nodejs/tsc
+/docs/guides/onboarding-extras.md @nodejs/tsc
# net