Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Squash] Be forceful and assertive. Believe in yourself.
  • Loading branch information
jasnell authored Aug 25, 2017
commit 479aeae96a5f40a6b09d49ceb12a33eeb66392bb
6 changes: 3 additions & 3 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ New core modules must be landed with a [Stability Index][] of Experimental.
Pull requests proposing new core modules must still be marked semver-minor.
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
Pull requests introducing new core modules must be left open for at least
one week for review. 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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The 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?:

If a new module has a large API surface, requires extensive changes to Node.js core, or adds extraordinary new functionality, open an [Enhancement Proposal][].


### Deprecations
Expand Down