diff options
author | Richard Lau <riclau@uk.ibm.com> | 2018-09-28 13:20:53 -0400 |
---|---|---|
committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2018-10-02 07:32:10 +0200 |
commit | 9b34dfed76594992c8cdb8b293a927c87bcb1bd6 (patch) | |
tree | 0cf4ff00dd1a28005b88fa4acf8db04b2bb16f1b | |
parent | 87ea0caa9f4837bd2dcaf14d4f97b2361b98c5f9 (diff) | |
download | node-new-9b34dfed76594992c8cdb8b293a927c87bcb1bd6.tar.gz |
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: https://github.com/nodejs/node/pull/23148
Refs: https://github.com/nodejs/TSC/issues/335
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
-rw-r--r-- | COLLABORATOR_GUIDE.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index fef6dfad6c..70f4b1a87c 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -412,10 +412,6 @@ Pull requests introducing new core modules: New core modules must be landed with a [Stability Index][] of Experimental, and must remain Experimental until a semver-major release. -For new modules that involve significant effort, non-trivial additions to -Node.js or significant new capabilities, an [Enhancement Proposal][] is -recommended but not required. - ### Additions to N-API 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`: If you cannot find who to cc for a file, `git shortlog -n -s <file>` may help. ["Merge Pull Request"]: https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-on-github -[Enhancement Proposal]: https://github.com/nodejs/node-eps [Stability Index]: doc/api/documentation.md#stability-index [TSC]: https://github.com/nodejs/TSC [_Deprecation_]: https://en.wikipedia.org/wiki/Deprecation |