Skip to content

Commit 99793b8

Browse files
Trotttargos
authored andcommitted
doc: replace _WG_ with _team_
AFAICT, there is no N-API Working Group. There *is* an N-API team, but AFAIK there is no charter etc. (And if I'm wrong and there is, then https://nodejs.org/en/about/working-groups/ needs an update!) PR-URL: #22183 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0385e09 commit 99793b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/guides/adding-new-napi-api.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ N-API API.
2323
* There **should** be at least one test case per interesting use of the API.
2424
* There **should** be a sample provided that operates in a realistic way
2525
(operating how a real addon would be written).
26-
* A new API **should** be discussed at the N-API working group meeting.
26+
* A new API **should** be discussed at the N-API team meeting.
2727
* A new API addition **must** be signed off by at least two members of
28-
the N-API WG.
28+
the N-API team.
2929
* A new API addition **should** be simultaneously implemented in at least
3030
one other VM implementation of Node.js.
3131
* A new API **must** be considered experimental for at least one minor
@@ -39,8 +39,7 @@ N-API API.
3939
following:
4040
* A new PR **must** be opened in `nodejs/node` to remove experimental
4141
status. This PR **must** be tagged as **n-api** and **semver-minor**.
42-
* Exiting an API from experimental **must** be signed off by the
43-
working group.
42+
* Exiting an API from experimental **must** be signed off by the team.
4443
* If a backport is merited, an API **must** have a down-level
4544
implementation.
4645
* The API **should** be used by a published real-world module. Use of

0 commit comments

Comments
 (0)