Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I reply to someone's comment on a pull request on Github?

Sorry if the question is trivial, but I couldn't find an answer.

I sent a pull request to a project. Someone commented something about it.

What would be the correct way to reply to his/her comment? I can simply add a comment of my own to the page. But is this the right way? Will he/she be 'notified' (if this even exists in Github)?

like image 748
Aviv Cohn Avatar asked Jan 03 '16 00:01

Aviv Cohn


1 Answers

Just add a comment of your own to the page. If their comment is in the diff (i.e. the "Files changed" tab), you can respond inline next to their original comment.

If you mention them by name (using @username), they should also get a notification telling them that someone has mentioned them.

like image 157
adrianbanks Avatar answered Oct 17 '22 01:10

adrianbanks