From de58eb6286660e11ebb73717d725d09dc0695ffb Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 24 Jun 2020 09:41:49 -0400 Subject: [PATCH] meta: add N-API to codeowners coverage We have this guidance for contributing to N-API: https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md It makes sense to have one of the N-API team sign off on commits that changes N-API Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/34039 Reviewed-By: Matteo Collina Reviewed-By: Rich Trott --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e78612d424d09a..f347898aeb3252 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -74,3 +74,10 @@ # ./lib/internal/modules/* @nodejs/modules # ./lib/internal/bootstrap/loaders.js @nodejs/modules # ./src/module_wrap* @nodejs/modules @nodejs/vm + +# N-API + +# /src/node_api* @nodejs/n-api +# /src/js_native_api* @nodejs/n-api +# /doc/guides/adding-new-napi-api.md @nodejs/n-api +# /doc/api/n-api.md @nodejs/n-api