Skip to content

Conversation

@devsnek
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Apr 21, 2020
Copy link
Member

@jasnelljasnell left a comment

Choose a reason for hiding this comment

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

A corresponding update should be made on the blog post: https://github.com/nodejs/nodejs.org/blob/master/locale/en/blog/release/v14.0.0.md

@devsnek
Copy link
MemberAuthor

What are the rules on merging doc-only changes?

@GaryGSC
Copy link
Contributor

https://github.com/nodejs/node/blob/master/doc/guides/collaborator-guide.md#waiting-for-approvals

To propose fast-tracking a pull request, apply the fast-track label. Then add a comment that Collaborators may upvote.

@jasnell
Copy link
Member

In general, the rules are the same as any commit unless fast-track is ok'd by at least two collaborators.

@devsnekdevsnek added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 21, 2020
@devsnek
Copy link
MemberAuthor

👍 to fast track?

@richardlau
Copy link
Member

What are the rules on merging doc-only changes?

https://github.com/nodejs/node/blob/master/doc/guides/collaborator-guide.md#testing-and-ci

Pull requests that only change documentation and comments can use GitHub Actions results.

i.e. doc-only changes do not require Jenkins CI to be run but do require the GitHub Actions to pass.

devsnek added a commit that referenced this pull request Apr 22, 2020
PR-URL: #32979 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
@devsnekdevsnek closed this Apr 22, 2020
@devsnekdevsnek deleted the devsnek-patch-1 branch April 22, 2020 03:16
@devsnek
Copy link
MemberAuthor

landed in d08bd41

BethGriggs pushed a commit that referenced this pull request Apr 27, 2020
PR-URL: #32979 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
@BethGriggsBethGriggs mentioned this pull request Apr 27, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@devsnek@GaryGSC@jasnell@richardlau@lpinca@cjihrig@gengjiawen@BridgeAR@targos@nodejs-github-bot