From 91a02e0c8ae54657bc6ee9bfd59c4d61c1235c81 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. --- 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 a9f4885501e537..f9fbfbb68035b7 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -22,11 +22,11 @@ | `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_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 |