1
0
mirror of synced 2026-01-29 12:00:58 -05:00
Files
docs/translations/ru-RU/content/github/collaborating-with-issues-and-pull-requests/index.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

67 lines
3.2 KiB
Markdown

---
title: Collaborating with issues and pull requests
intro: 'Track and discuss changes in issues, then propose and review changes in pull requests.'
redirect_from:
- /categories/63/articles/
- /categories/collaborating/
- /categories/collaborating-on-projects-using-pull-requests/
- /categories/collaborating-on-projects-using-issues-and-pull-requests/
- /categories/collaborating-with-issues-and-pull-requests
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Pull requests
---
### Table of Contents
{% topic_link_in_list /getting-started %}
{% link_in_list /quickstart-for-communicating-on-github %}
{% link_in_list /about-collaborative-development-models %}
{% topic_link_in_list /working-with-forks %}
{% link_in_list /about-forks %}
{% link_in_list /configuring-a-remote-for-a-fork %}
{% link_in_list /syncing-a-fork %}
{% link_in_list /merging-an-upstream-repository-into-your-fork %}
{% link_in_list /allowing-changes-to-a-pull-request-branch-created-from-a-fork %}
{% link_in_list /what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility %}
{% topic_link_in_list /collaborating-on-repositories-with-code-quality-features %}
{% link_in_list /about-status-checks %}
{% link_in_list /working-with-pre-receive-hooks %}
{% topic_link_in_list /proposing-changes-to-your-work-with-pull-requests %}
{% link_in_list /about-branches %}
{% link_in_list /creating-and-deleting-branches-within-your-repository %}
{% link_in_list /about-pull-requests %}
{% link_in_list /about-comparing-branches-in-pull-requests %}
{% link_in_list /creating-a-pull-request %}
{% link_in_list /creating-a-pull-request-from-a-fork %}
{% link_in_list /changing-the-stage-of-a-pull-request %}
{% link_in_list /requesting-a-pull-request-review %}
{% link_in_list /changing-the-base-branch-of-a-pull-request %}
{% link_in_list /committing-changes-to-a-pull-request-branch-created-from-a-fork %}
{% topic_link_in_list /addressing-merge-conflicts %}
{% link_in_list /about-merge-conflicts %}
{% link_in_list /resolving-a-merge-conflict-on-github %}
{% link_in_list /resolving-a-merge-conflict-using-the-command-line %}
{% topic_link_in_list /reviewing-changes-in-pull-requests %}
{% link_in_list /about-pull-request-reviews %}
{% link_in_list /reviewing-proposed-changes-in-a-pull-request %}
{% link_in_list /filtering-files-in-a-pull-request %}
{% link_in_list /finding-changed-methods-and-functions-in-a-pull-request %}
{% link_in_list /commenting-on-a-pull-request %}
{% link_in_list /viewing-a-pull-request-review %}
{% link_in_list /reviewing-dependency-changes-in-a-pull-request %}
{% link_in_list /incorporating-feedback-in-your-pull-request %}
{% link_in_list /approving-a-pull-request-with-required-reviews %}
{% link_in_list /dismissing-a-pull-request-review %}
{% link_in_list /checking-out-pull-requests-locally %}
{% topic_link_in_list /incorporating-changes-from-a-pull-request %}
{% link_in_list /about-pull-request-merges %}
{% link_in_list /merging-a-pull-request %}
{% link_in_list /automatically-merging-a-pull-request %}
{% link_in_list /closing-a-pull-request %}
{% link_in_list /reverting-a-pull-request %}