From 51b77aa44afd39ab575c61e78de3c746c074f5a7 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 4 Nov 2016 21:46:39 +0100 Subject: [PATCH] doc: add people to cc for async_wrap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Sam Roberts Reviewed-By: Stephen Belanger Reviewed-By: Josh Gavant --- doc/onboarding-extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 476e0046138279..7b7f60fd00705b 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 |