Skip to content

Commit 21490c2

Browse files
richardlautargos
authored andcommitted
doc: remove recommendation to use node-eps
https://github.com/nodejs/node-eps has been archived and new proposals can no longer be opened there. Remove the corresponding recommendation to use it. PR-URL: #23148 Refs: nodejs/TSC#335 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 9b30a63 commit 21490c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

COLLABORATOR_GUIDE.md

-5
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,6 @@ Pull requests introducing new core modules:
412412
New core modules must be landed with a [Stability Index][] of Experimental,
413413
and must remain Experimental until a semver-major release.
414414

415-
For new modules that involve significant effort, non-trivial additions to
416-
Node.js or significant new capabilities, an [Enhancement Proposal][] is
417-
recommended but not required.
418-
419415
### Additions to N-API
420416

421417
N-API provides an ABI stable API that we will have to support in future
@@ -896,7 +892,6 @@ When things need extra attention, are controversial, or `semver-major`:
896892
If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help.
897893

898894
["Merge Pull Request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github
899-
[Enhancement Proposal]: https://github.com/nodejs/node-eps
900895
[Stability Index]: doc/api/documentation.md#stability-index
901896
[TSC]: https://github.com/nodejs/TSC
902897
[_Deprecation_]: https://en.wikipedia.org/wiki/Deprecation

0 commit comments

Comments
 (0)