You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Basically all you have to do is comment a specific change on a line like so (without backslashes):
\```suggestion
someCodeChange()
\```
and it will place a button to quickly apply that suggested change in the Conversation view for a PR. Example:
I think it would be a nice addition to have an automatic suggestion which simply adds :nodoc: to the end of the method or variable definition. I realize that the feature is still in beta though.
The text was updated successfully, but these errors were encountered:
I noticed today that Github released a beta feature for quickly suggesting changes in a PR.
Basically all you have to do is comment a specific change on a line like so (without backslashes):
and it will place a button to quickly apply that suggested change in the Conversation view for a PR. Example:
I think it would be a nice addition to have an automatic suggestion which simply adds
:nodoc:
to the end of the method or variable definition. I realize that the feature is still in beta though.The text was updated successfully, but these errors were encountered: