From 15188900b8faa5ce3fa1580792ec026bb65f6201 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 27 Jan 2017 12:36:17 -0500 Subject: [PATCH] doc: add who to CC list for dgram PR-URL: https://github.com/nodejs/node/pull/11035 Reviewed-By: Gibson Fahnestock Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Evan Lucas --- doc/onboarding-extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 3356c185decf47..556de7d54007fb 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -9,6 +9,7 @@ | `lib/child_process` | @bnoordhuis, @cjihrig | | `lib/cluster` | @bnoordhuis, @cjihrig, @mcollina | | `lib/{crypto,tls,https}` | @nodejs/crypto | +| `lib/dgram` | @cjihrig, @mcollina | | `lib/domains` | @misterdjules | | `lib/fs`, `src/{fs|file}` | @nodejs/fs | | `lib/{_}http{*}` | @nodejs/http |