-
Notifications
You must be signed in to change notification settings - Fork 22.8k
meta: Close comment in PR template #40808
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
Conversation
@@ -1,4 +1,4 @@ | |||
<!-- 🙌 Thanks for contributing to MDN Web Docs. 🙌 | |||
<!-- 🙌 Thanks for contributing to MDN Web Docs. 🙌 --> | |||
|
|||
Add details below to help us review your pull request (PR). | |||
Explain your changes and link to a related issue or pull request. |
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.
It's closed on L5 though, you can check here where it's un-modified: https://redirect.github.com/mdn/content/pull/40760
Would it be clearer if each line had open/close comment tags?
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 it be clearer if each line had open/close comment tags?
100%. And as is, it results in an empty overall GitHub comment.
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.
Sorry I don't understand. What empty comment? If you post this template as-is you still see the headings because they are not inside any MD comment.
Also strong -1 to changing anything; adding comment markers to every line makes the explanation even harder to read.
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.
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.
How about we add line breaks around the comment markers so it's more salient that they are multiline?
<!--
Blah blah
Blah blah
-->
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.
I have updated the PR to do that in 9846c42.
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.
LGTM, thanks! @Josh-Cena any other comments?
I'm good with this |
No description provided.