From 722ae8700fe4453cc7bbaa8a1033110bca4040ea 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 1b5d082434fd71..1ba1f195f68e15 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -11,6 +11,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/internal/url`, `src/node_url` | @nodejs/url |