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] Nit
  • Loading branch information
jasnell authored Aug 25, 2017
commit 41242d8c614f3cd3ab787efa21d0d5c839e4a30e
6 changes: 3 additions & 3 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

Make it more forceful and concise:

Pull requests introducing new core modules must be left open for at least one week for review.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

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.
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 Expand Up @@ -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