1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/github/collaborating-with-issues-and-pull-requests/index.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

71 lines
3.6 KiB
Markdown

---
title: Collaborating with issues and pull requests
intro: 'Use the {% data variables.product.prodname_dotcom %} flow to 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: '*'
---
### Table of Contents
{% topic_link_in_list /overview %}
{% link_in_list /github-flow %}
{% link_in_list /about-collaborative-development-models %}
{% link_in_list /about-conversations-on-github %}
{% 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 %}
<!-- if currentVersion != "free-pro-team@latest" -->
{% link_in_list /working-with-pre-receive-hooks %}
<!-- endif -->
{% 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 %}
<!-- if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.16" -->
{% link_in_list /changing-the-stage-of-a-pull-request %}
<!-- endif -->
{% 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 %}
<!-- if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.15" -->
{% link_in_list /filtering-files-in-a-pull-request %}
<!-- endif -->
{% 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 %}
<!-- if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.16" -->
{% link_in_list /incorporating-feedback-in-your-pull-request %}
<!-- endif -->
{% 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 /closing-a-pull-request %}
{% link_in_list /reverting-a-pull-request %}