summaryrefslogtreecommitdiff
path: root/doc/onboarding-extras.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2016-11-04 21:46:39 +0100
committerAnna Henningsen <anna@addaleax.net>2016-12-06 00:06:16 +0100
commit62eee49d92c6856b3f75f07febc2028a315caef3 (patch)
tree34b4a8d2c427a086836dfb7b19d8493756e4d0af /doc/onboarding-extras.md
parent0a265df93410f365a9121fdc62a9b0d92bed76d3 (diff)
downloadandroid-node-v8-62eee49d92c6856b3f75f07febc2028a315caef3.tar.gz
android-node-v8-62eee49d92c6856b3f75f07febc2028a315caef3.tar.bz2
android-node-v8-62eee49d92c6856b3f75f07febc2028a315caef3.zip
doc: add people to cc for async_wrap
Add a group of people to the “Who to CC in issues” list as the maintainers of `async_hooks`. Ref: https://github.com/nodejs/node/pull/9467#issuecomment-258541560 PR-URL: https://github.com/nodejs/node/pull/9471 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Josh Gavant <josh.gavant@outlook.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 476e004613..7b7f60fd00 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -24,6 +24,7 @@
| `src/node_crypto.*` | @nodejs/crypto |
| `test/*` | @nodejs/testing |
| `tools/eslint`, `.eslintrc` | @silverwind, @trott |
+| async_hooks | @nodejs/diagnostics |
| upgrading V8 | @nodejs/v8, @nodejs/post-mortem |
| upgrading npm | @fishrock123, @thealphanerd |
| upgrading c-ares | @jbergstroem |