-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
meta: considerations for new core modules #15022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
9a17c71
101f84c
41242d8
479aeae
fbcd579
00df632
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -278,8 +278,8 @@ New core modules must remain Experimental until a semver-major release. | |
|
|
||
| It is recommended to give PRs introducing new core modules at least one week | ||
| for review. For new modules that involve significant effort, non-trivial | ||
| additions to Node.js or significant new capabilities, an [EPS][] is | ||
| recommended but not required. | ||
| additions to Node.js or significant new capabilities, an | ||
| [Enhancement Proposal][] is recommended but not required. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sentence is confusing to me. (For example, it implies that new modules typically are trivial additions to Node.js.) How about this?:
|
||
|
|
||
| ### Deprecations | ||
|
|
||
|
|
@@ -661,4 +661,4 @@ LTS working group and the Release team. | |
|
|
||
| [backporting guide]: doc/guides/backporting-to-release-lines.md | ||
| [Stability Index]: https://github.com/nodejs/node/pull/doc/api/documentation.md#stability-index | ||
| [EPS]: https://github.com/nodejs/node-eps | ||
| [Enhancement Proposal]: https://github.com/nodejs/node-eps | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it more forceful and concise:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.