1
0
mirror of synced 2026-01-17 21:01:42 -05:00
Files
docs/translations/ru-RU/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
James M. Greene 885da5b3d3 Local run of Translations patching process over batch (#19360)
* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* fix malformed liquid

* add next directory to exclude list

* currentversion -> currentVersion

* fix liquid errors

* fix liquid errors

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on

* Reset known broken translation files LAST

* Run script/i18n/homogenize-frontmatter.js

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-05-18 15:07:05 +00:00

3.0 KiB

title, redirect_from, intro, versions, topics
title redirect_from intro versions topics
Commenting on a pull request
/articles/adding-commit-comments/
/articles/commenting-on-the-diff-of-a-pull-request/
/articles/commenting-on-differences-between-files/
/articles/commenting-on-a-pull-request
After you open a pull request in a repository, collaborators or team members can comment on the comparison of files between the two specified branches, or leave general comments on the project as a whole.
free-pro-team enterprise-server github-ae
* * *
Pull requests

About pull request comments

You can comment on a pull request's Conversation tab to leave general comments, questions, or props. You can also suggest changes that the author of the pull request can apply directly from your comment.

Pull Request conversation

You can also comment on specific sections of a file on a pull request's Files changed tab in the form of individual line comments or as part of a pull request review. Adding line comments is a great way to discuss questions about implementation or provide feedback to the author.

For more information on adding line comments to a pull request review, see "Reviewing proposed changes in a pull request."

{% note %}

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.

{% endnote %}

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.

{% tip %}

Советы:

  • Pull request comments support the same formatting as regular comments on {% data variables.product.product_name %}, such as @mentions, emoji, and references.
  • You can add reactions to comments in pull requests in the Files changed tab.

{% endtip %}

Adding line comments to a pull request

{% data reusables.repositories.sidebar-pr %} 2. In the list of pull requests, click the pull request where you'd like to leave line comments. {% data reusables.repositories.changed-files %} {% data reusables.repositories.start-line-comment %} {% data reusables.repositories.type-line-comment %} {% data reusables.repositories.suggest-changes %} 5. When you're done, click Add single comment. Inline comment window

Anyone watching the pull request or repository will receive a notification of your comment.

{% data reusables.pull_requests.resolving-conversations %}

Дополнительная литература