sociomantic-tsunami / git-hub

Git command line interface to GitHub
GNU General Public License v3.0
127 stars 45 forks source link

Pull request review comments #194

Open jwilk opened 8 years ago

jwilk commented 8 years ago

I'd love if git-hub supported creating Pull Request Review Comments.

llucax commented 8 years ago

There is limited support for simple comments, like for issues (although I'm not sure if the API changed and they still work because now they seem to have a commit ID associated).

Although, how do you envision an interface to do such comments, without an interactive UI is hard for me to visualize an interface to do comments on code.

jwilk commented 7 years ago

I imagined that git-hub would open the diff in a text editor and let the user insert their comments there.