-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
minor fix: removed < in changelog.md #12434
Conversation
Change looks good but could you format your commit message according to the Contributing Guidelines? Maybe something like this?
If you don't have time it can be rewritten by whoever lands this, but if you are going to help out more on the project (as I hope you do), then it saves work if you produce better commit messages. |
CHANGELOG.md
Outdated
@@ -29,7 +29,7 @@ release. | |||
<tr> | |||
<td valign="top"> | |||
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.9.0">7.9.0</a></b><br/> | |||
<a href="doc/changelogs/CHANGELOG_V7.md#7.8.0<">7.8.0<</a><br/> | |||
<a href="doc/changelogs/CHANGELOG_V7.md#7.8.0<">7.8.0</a><br/> |
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.
Would you mind fixing the extra <
after the CHANGELOG_V7.md#7.8.0
as well?
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.
Did it 👍
LGTM |
@gibfahn Reworded and squashed 🔪 |
Landed in b837bd2. @gautamkrishnar next time, make sure to include Fixes: https://github.com/nodejs/node/issues/12430 in your commit message as well. |
PR-URL: #12434 Fixes: #12430 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]>
@TimothyGu thanks for correcting me. I will surely do that next time... |
Fixing a typo....
Fixes:#12430