summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorLance Ball <lball@redhat.com>2017-10-18 13:27:22 -0400
committerJames M Snell <jasnell@gmail.com>2017-10-18 11:26:40 -0700
commit20b78055668893530c8077e522a92a867260d570 (patch)
tree84a74baa641877dbcaa06e9b93cb70ac82448cf9 /doc/onboarding-extras.md
parent1446db0ee84ec1a45d6bde68d06e463d44a7a706 (diff)
downloadandroid-node-v8-20b78055668893530c8077e522a92a867260d570.tar.gz
android-node-v8-20b78055668893530c8077e522a92a867260d570.tar.bz2
android-node-v8-20b78055668893530c8077e522a92a867260d570.zip
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/onboarding-extras.md')
-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 6394a97b61..95f5e4050b 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 |