doc: correct typo in PR contribution instructions#62738
Conversation
Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
|
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Commit Queue failed- Loading data for nodejs/node/pull/62738 ✔ Done loading data for nodejs/node/pull/62738 ----------------------------------- PR info ------------------------------------ Title doc: correct typo in PR contribution instructions (#62738) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch MikeMcC399:pr-contributing-typo -> nodejs:main Labels doc Commits 1 - doc: correct typo in PR contribution instructions Committers 1 - Mike McCready <66998419+MikeMcC399@users.noreply.github.com> PR-URL: https://github.com/nodejs/node/pull/62738 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/62738 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 14 Apr 2026 15:25:12 GMT ✔ Approvals: 6 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/62738#pullrequestreview-4107300636 ✔ - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/62738#pullrequestreview-4107536653 ✔ - Filip Skokan (@panva) (TSC): https://github.com/nodejs/node/pull/62738#pullrequestreview-4107705842 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/62738#pullrequestreview-4108589357 ✔ - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/62738#pullrequestreview-4109162335 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/62738#pullrequestreview-4109367285 ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 62738 From https://github.com/nodejs/node * branch refs/pull/62738/merge -> FETCH_HEAD ✔ Fetched commits as 2071c446309e..e4a1934c14c2 -------------------------------------------------------------------------------- [main 2bffc82c34] doc: correct typo in PR contribution instructions Author: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue Apr 14 17:23:08 2026 +0200 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied -------------------------------------------------------------------------------- --------------------------------- New Message ---------------------------------- doc: correct typo in PR contribution instructionshttps://github.com/nodejs/node/actions/runs/24531509406 |
|
Fails due to
See related tooling fix proposals mentioned in #62577 (comment): |
This comment was marked as resolved.
This comment was marked as resolved.
tniessen
left a comment
There was a problem hiding this comment.
The change to the commit validation tool also LGTM.
e4a1934 to
850432a
Compare
|
Commit now fails differently with Waiting for nodejs/node-core-utils#1062 to be released. This is waiting for nodejs/node-core-utils#1064 which is failing in CI because it is trying to test against the unavailable Node.js v26, based on using the original release date of 2026-04-22 that hasn't been updated in |
850432a to
ef67811
Compare
|
Changed to single line in commit message, which passes "First commit message adheres to guidelines" test. |
|
@MikeMcC399 could we try to put it back to two lines to make sure the tooling correctly accepts it? EDIT: Ah I missed #62738 (comment), nevermind; still, I want to see if the tooling supports it, I'll be landing the original commit from the CLI |
850432a to
e4a1934
Compare
|
Landed in bb85d23 |
This corrects a typo in doc/contributing/pull-requests.md as a test case to see if
Signed-off-bymetadata can be split across multiple lines according to https://git-scm.com/docs/git-interpret-trailersEdit: At the moment, this does not work. Leaving this PR open as a test subject.