评论拉取请求
在仓库中打开拉取请求后,协作者或团队成员可以评论两个指定分支之间的文件比较,或者对整个项目做出总体评论。
本文内容:
关于拉取请求评论
您可以在拉取请求的 Conversation(对话)选项卡上发表评论,以留下总评、疑问或提议。
也可以采用单独行注释的形式或者作为拉取请求审查的一部分,在拉取请求的 Files changed(已更改文件)选项卡上对文件的特定部分做出评论。 添加行注释是讨论有关实现的问题或向作者提供反馈的好方法。
有关向拉取请求审查添加行注释的更多信息,请参阅“审查拉取请求中提议的更改”。
Note: If you reply to a pull request via email, your comment will be added on the Conversation tab and will not be part of a pull request review.
To reply to an existing line comment, you'll need to navigate to the comment on either the Conversation tab or Files changed tab and add an additional line comment below it.
提示:
向拉取请求添加行注释
-
在仓库名称下,单击 Pull requests(拉取请求)。
-
- 在拉取请求列表中,单击要留下行注释的拉取请求。
-
在拉取请求上,单击 Files changed(文件已更改)。
-
将鼠标悬停在要添加评论的代码行上方,然后单击蓝色的评论图标。
-
在 comment(评论)字段中,键入您的评论。
- 完成后,单击 Add single comment(添加单个评论)。
任何关注拉取请求或仓库的人都会收到有关您评论的通知。
解决对话
You can resolve a conversation in a pull request if you opened the pull request or if you have write access to the repository where the pull request was opened.
To indicate that a conversation on the Files changed tab is complete, click Resolve conversation.
The entire conversation will be collapsed and marked as resolved, making it easier to find conversations that still need to be addressed.