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
path: root/doc
diff options
context:
space:
mode:
authorLance Ball <lball@redhat.com>2017-10-18 20:27:22 +0300
committerMyles Borins <mylesborins@google.com>2017-10-24 00:16:47 +0300
commit97b8271aa4d13412f46a276cd5aa59d7eb6c7202 (patch)
tree154f8bd949f746ea8024f0e75205838b47a44cbe /doc
parentd92b45ec5557a51f0765cfe98b196a992c8c2b40 (diff)
doc: add @nodejs/build to onboarding-extras.md
Make sure contributors know to cc @nodejs/build when submitting issues that are build related (in addition to whatever platform are relevant). PR-URL: https://github.com/nodejs/node/pull/16298 Ref: https://github.com/nodejs/node/pull/15754#issuecomment-337622625 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/onboarding-extras.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index 6394a97b61c..95f5e4050b7 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -30,6 +30,7 @@
| `test/*` | @nodejs/testing |
| `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott |
| async_hooks | @nodejs/async_hooks for bugs/reviews (+ @nodejs/diagnostics for API) |
+| build | @nodejs/build |
| performance | @nodejs/performance |
| platform specific | @nodejs/platform-{aix,arm,freebsd,macos,ppc,smartos,s390,windows} |
| python code | @nodejs/python |