From 9b9a25c5eb5114fb834ec83e833ce991690109fd Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 31 May 2017 15:06:37 +0200 Subject: [PATCH] doc: update who to cc for async_hooks Now that `async_hooks` is released, it makes sense to me to have a team for addressing issues with it. nodejs/diagnostics can still be @mentioned if there are questions about the API rather than its implementation. PR-URL: https://github.com/nodejs/node/pull/13332 Reviewed-By: Gibson Fahnestock Reviewed-By: Andreas Madsen Reviewed-By: Trevor Norris Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/onboarding-extras.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 60e75382fec..3f174843397 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -22,12 +22,12 @@ | `lib/timers` | @fishrock123, @misterdjules | | `lib/util` | @bnoordhuis, @cjihrig, @evanlucas | | `lib/zlib` | @addaleax, @bnoordhuis, @indutny | -| `src/async-wrap.*` | @trevnorris | +| `src/async-wrap.*` | @nodejs/async_hooks | | `src/node_api.*` | @nodejs/n-api | | `src/node_crypto.*` | @nodejs/crypto | | `test/*` | @nodejs/testing | | `tools/eslint`, `.eslintrc` | @not-an-aardvark, @silverwind, @trott | -| async_hooks | @nodejs/diagnostics | +| async_hooks | @nodejs/async_hooks for bugs/reviews (+ @nodejs/diagnostics for API) | | performance | @nodejs/performance | | upgrading V8 | @nodejs/v8, @nodejs/post-mortem | | upgrading npm | @fishrock123, @MylesBorins |