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
You should be able to provide code suggestions when viewing up to HEAD commits. Perhaps double-clicking a line brings you into an "editor view" with a "Suggest" button? When you hit the button it will leave a commit comment with the diff hunk embedded in it to the effect of:
Suggestion:
@@ -11,1 +11,1
- var foo = "bar";
+ var foo = "beer";
You should be able to provide code suggestions when viewing up to
HEAD
commits. Perhaps double-clicking a line brings you into an "editor view" with a "Suggest" button? When you hit the button it will leave a commit comment with the diff hunk embedded in it to the effect of:When Github Pull Review sees a comment matching this form it can then pretty-display the diff hunk and add 2 buttons (YUP/NOPE) and if you hit YUP it will do the commit. Commit can be done using something like http://www.mdswanson.com/blog/2011/07/23/digging-around-the-github-api-take-2.html
The text was updated successfully, but these errors were encountered: