I'm trying to find a way to hide some text within a comment on a pull request. I am posting the comment to my repository with a third party connection, and I'm looking for a way to "hide" part of the comment. I.e.
"This text i want to display"
<!-- submitedBY:me I want this not to be shown unless inspected by debugger tools -->
As can be understood from Review and discuss a pull request, comments are meant to provide feedback to the pull request author, and the most important aspect of a pull request is the discussion it generates.
Therefore, comments added should no hide any information because this defeats the purpose of adding comments and discussing about a pull request.
That is why any text added in a comment is displayed in the web interface and cannot be hidden.
Regards,
Felipe Kraemer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.