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
Laura Coursen d20831c23f Auto-merge (#16761)
* Add new article

* Mention auto-merge in related articles

* Add new article

* Make intro inclusive

* Add content for repo setting

* Add versioning to reusable

* Add procedures

* Add gated features callout

* Add permissions statements

* Add conceptual content

* Fix filename

* Add missing step

* Fix syntax

* Add 💅

* Update permissions

* Add 💅

* Add missing period

* Add 💅

* Add 💅

* Add auto-merge to permissions articles

* Fix permissions

* Add 💅

* Let @mattpollard fix everything and take partial credit

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* Incorporate answers to questions

* Add how to provide feedback

* Update feedback link

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2020-12-15 21:41:17 +00:00

66 lines
3.3 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: '*'
github-ae: '*'
---
### 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 %}
{% 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 %}