1
0
mirror of synced 2026-01-30 06:01:34 -05:00

Merge pull request #6773 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-05-26 06:19:37 +10:00
committed by GitHub
114 changed files with 242 additions and 73 deletions

View File

@@ -2,6 +2,7 @@
title: Filtering issues and pull requests by assignees
intro: 'Once you''ve [assigned an issue or pull request to someone](/articles/assigning-issues-and-pull-requests-to-other-github-users), you can find items based on who''s working on them.'
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/filtering-issues-and-pull-requests-by-assignees
- /articles/filtering-issues-and-pull-requests-by-assignees
- /github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees
versions:

View File

@@ -2,6 +2,7 @@
title: Filtering issues and pull requests by labels
intro: 'Once you''ve [applied labels to an issue or pull request](/articles/applying-labels-to-issues-and-pull-requests), you can find items based on their labels.'
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/filtering-issues-and-pull-requests-by-labels
- /articles/filtering-issues-and-pull-requests-by-labels
- /github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels
versions:

View File

@@ -2,6 +2,7 @@
title: Filtering issues and pull requests
intro: Issues and pull requests come with a set of default filters you can apply to organize your listings.
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/filtering-issues-and-pull-requests
- /articles/filtering-issues-and-pull-requests
- /github/managing-your-work-on-github/filtering-issues-and-pull-requests
versions:

View File

@@ -2,6 +2,7 @@
title: Filtering pull requests by review status
intro: You can use filters to list pull requests by review status and to find pull requests that you've reviewed or other people have asked you to review.
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/filtering-pull-requests-by-review-status
- /articles/filtering-pull-requests-by-review-status
- /github/managing-your-work-on-github/filtering-pull-requests-by-review-status
versions:

View File

@@ -2,6 +2,7 @@
title: Finding information in a repository
intro: 'To find detailed information about a repository on GitHub, you can filter, sort, and search issues and pull requests that are relevant to the repository.'
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/
- /articles/finding-information-in-a-repository
versions:
free-pro-team: '*'

View File

@@ -2,6 +2,7 @@
title: Sharing filters
intro: 'When you filter or sort issues and pull requests, your browser''s URL is automatically updated to match the new view.'
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/sharing-filters
- /articles/sharing-filters
- /github/managing-your-work-on-github/sharing-filters
versions:

View File

@@ -2,6 +2,7 @@
title: Sorting issues and pull requests
intro: Filters can be sorted to provide better information during a specific time period.
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/sorting-issues-and-pull-requests
- /articles/sorting-issues-and-pull-requests
- /github/managing-your-work-on-github/sorting-issues-and-pull-requests
versions:

View File

@@ -2,6 +2,7 @@
title: Using search to filter issues and pull requests
intro: Every issues and pull requests view comes with a search bar for advanced filter management.
redirect_from:
- /github/managing-your-work-on-github/finding-information-in-a-repository/using-search-to-filter-issues-and-pull-requests
- /articles/using-search-to-filter-issues-and-pull-requests
- /github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests
versions:

View File

@@ -14,4 +14,5 @@ children:
- /configuring-pull-request-merges
- /defining-the-mergeability-of-pull-requests
- /releasing-projects-on-github
---
- /finding-information-in-a-repository
---

View File

@@ -2,6 +2,7 @@
title: Disabling issues
intro: You may wish to turn issues off for your repository if you do not accept contributions or bug reports.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/disabling-issues
- /articles/disabling-issues
- /github/managing-your-work-on-github/disabling-issues
versions:

View File

@@ -2,6 +2,7 @@
title: Disabling project boards in a repository
intro: Repository administrators can turn off project boards for a repository if you or your team manages work differently.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/disabling-project-boards-in-a-repository
- /articles/disabling-project-boards-in-a-repository
- /github/managing-your-work-on-github/disabling-project-boards-in-a-repository
versions:

View File

@@ -22,6 +22,8 @@ children:
- /configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository
- /disabling-or-limiting-github-actions-for-a-repository
- /enabling-or-disabling-github-discussions-for-a-repository
- /disabling-project-boards-in-a-repository
- /disabling-issues
- /managing-git-lfs-objects-in-archives-of-your-repository
- /managing-security-and-analysis-settings-for-your-repository
- /enabling-anonymous-git-read-access-for-a-repository

View File

@@ -2,6 +2,7 @@
title: About merge conflicts
intro: 'Merge conflicts happen when you merge branches that have competing commits, and Git needs your help to decide which changes to incorporate in the final merge.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts/about-merge-conflicts
- /articles/about-merge-conflicts
- /github/collaborating-with-issues-and-pull-requests/about-merge-conflicts
versions:

View File

@@ -2,6 +2,7 @@
title: Addressing merge conflicts
intro: 'If your changes have merge conflicts with the base branch, you must address the merge conflicts before you can merge your pull request''s changes.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts/
- /articles/addressing-merge-conflicts
versions:
free-pro-team: '*'

View File

@@ -2,6 +2,7 @@
title: Resolving a merge conflict on GitHub
intro: 'You can resolve simple merge conflicts that involve competing line changes on GitHub, using the conflict editor.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github
- /articles/resolving-a-merge-conflict-on-github
- /github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github
versions:

View File

@@ -2,6 +2,7 @@
title: Resolving a merge conflict using the command line
intro: You can resolve merge conflicts using the command line and a text editor.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line
- /articles/resolving-a-merge-conflict-from-the-command-line/
- /articles/resolving-a-merge-conflict-using-the-command-line
- /github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line

View File

@@ -2,6 +2,7 @@
title: About status checks
intro: Status checks let you know if your commits meet the conditions set for the repository you're contributing to.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks
- /articles/about-statuses/
- /articles/about-status-checks
- /github/collaborating-with-issues-and-pull-requests/about-status-checks

View File

@@ -2,6 +2,7 @@
title: Collaborating on repositories with code quality features
intro: 'Workflow quality features like statuses, {% if enterpriseServerVersions contains currentVersion %}pre-receive hooks, {% endif %}protected branches, and required status checks help collaborators make contributions that meet conditions set by organization and repository administrators.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features/
- /articles/collaborating-on-repositories-with-code-quality-features-enabled/
- /articles/collaborating-on-repositories-with-code-quality-features
versions:

View File

@@ -2,6 +2,7 @@
title: Working with pre-receive hooks
intro: '*Pre-receive hooks* enforce rules for contributions before commits may be pushed to a repository.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features/working-with-pre-receive-hooks
- /articles/working-with-pre-receive-hooks
- /github/collaborating-with-issues-and-pull-requests/working-with-pre-receive-hooks
versions:

View File

@@ -2,6 +2,7 @@
title: About collaborative development models
intro: The way you use pull requests depends on the type of development model you use in your project. You can use the fork and pull model or the shared repository model.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/getting-started/about-collaborative-development-models
- /articles/types-of-collaborative-development-models/
- /articles/about-collaborative-development-models
- /github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models

View File

@@ -3,6 +3,7 @@ title: Getting started
shortTitle: Getting started
intro: 'Learn about the {% data variables.product.prodname_dotcom %} flow and different ways to collaborate on and discuss your projects.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/getting-started/
- /github/collaborating-with-issues-and-pull-requests/overview
versions:
free-pro-team: '*'
@@ -14,7 +15,6 @@ topics:
- Discussions
- Fundamentals
children:
- /quickstart-for-communicating-on-github
- /about-collaborative-development-models
---

View File

@@ -2,6 +2,7 @@
title: About pull request merges
intro: 'You can [merge pull requests](/articles/merging-a-pull-request) by retaining all the commits in a feature branch, squashing all commits into a single commit, or by rebasing individual commits from the `head` branch onto the `base` branch.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges
- /articles/about-pull-request-merge-squashing/
- /articles/about-pull-request-merges
- /github/collaborating-with-issues-and-pull-requests/about-pull-request-merges

View File

@@ -9,6 +9,7 @@ versions:
topics:
- Pull requests
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request
---
### About auto-merge

View File

@@ -2,6 +2,7 @@
title: Closing a pull request
intro: 'You may choose to *close* a pull request without [merging it into the upstream branch](/articles/merging-a-pull-request). This can be handy if the changes proposed in the branch are no longer needed, or if another solution has been proposed in another branch.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request
- /articles/closing-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/closing-a-pull-request
versions:

View File

@@ -2,6 +2,7 @@
title: Incorporating changes from a pull request
intro: 'You can propose changes to your work on {% data variables.product.product_name %} through pull requests. Learn how to create, manage, and merge pull requests.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request/
- /articles/incorporating-changes-from-a-pull-request
versions:
free-pro-team: '*'

View File

@@ -2,6 +2,7 @@
title: Merging a pull request
intro: Merge a pull request into the upstream branch when work is completed. Anyone with push access to the repository can complete the merge.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request
- /articles/merging-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/merging-a-pull-request
versions:

View File

@@ -2,6 +2,7 @@
title: Reverting a pull request
intro: You can revert a pull request after it's been merged to the upstream branch.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request/reverting-a-pull-request
- /articles/reverting-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request
versions:

View File

@@ -1,12 +1,13 @@
---
title: Collaborating with issues and pull requests
title: Collaborating with pull requests
intro: 'Track and discuss changes in issues, then propose and review changes in pull requests.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/
- /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
- /categories/collaborating-with-issues-and-pull-requests/
versions:
free-pro-team: '*'
enterprise-server: '*'

View File

@@ -2,6 +2,7 @@
title: About branches
intro: 'Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches
- /articles/working-with-protected-branches/
- /articles/about-branches
- /github/collaborating-with-issues-and-pull-requests/about-branches

View File

@@ -2,6 +2,7 @@
title: About comparing branches in pull requests
intro: Pull requests display diffs to compare the changes you made in your topic branch against the base branch that you want to merge your changes into.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests
- /articles/about-comparing-branches-in-pull-requests
- /github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests
versions:

View File

@@ -2,6 +2,7 @@
title: About pull requests
intro: 'Pull requests let you tell others about changes you''ve pushed to a branch in a repository on {% data variables.product.product_name %}. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
- /articles/using-pull-requests/
- /articles/about-pull-requests
- /github/collaborating-with-issues-and-pull-requests/about-pull-requests

View File

@@ -2,6 +2,7 @@
title: Changing the base branch of a pull request
intro: 'After a pull request is opened, you can change the base branch to compare the changes in the pull request against a different branch.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request
- /articles/changing-the-base-branch-of-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request
versions:

View File

@@ -4,6 +4,7 @@ intro: 'You can mark a draft pull request as ready for review{% if currentVersio
permissions: People with write permissions to a repository and pull request authors can change the stage of a pull request.
product: '{% data reusables.gated-features.draft-prs %}'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request
- /articles/changing-the-stage-of-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request
versions:

View File

@@ -2,6 +2,7 @@
title: Committing changes to a pull request branch created from a fork
intro: You can commit changes on a pull request branch that was created from a fork of your repository with permission from the pull request creator.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork
- /articles/committing-changes-to-a-pull-request-branch-created-from-a-fork
- /github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork
versions:

View File

@@ -2,6 +2,7 @@
title: Creating a pull request from a fork
intro: You can create a pull request to propose changes you've made to a fork of an upstream repository.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork
- /articles/creating-a-pull-request-from-a-fork
- /github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork
permissions: Anyone with write access to a repository can create a pull request from a user-owned fork.

View File

@@ -2,6 +2,7 @@
title: Creating a pull request
intro: 'Create a pull request to propose and collaborate on changes to a repository. These changes are proposed in a *branch*, which ensures that the default branch only contains finished and approved work.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
- /articles/creating-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
versions:

View File

@@ -2,6 +2,7 @@
title: Creating and deleting branches within your repository
intro: 'You can create or delete branches directly on {% data variables.product.product_name %}.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository
- /articles/deleting-branches-in-a-pull-request/
- /articles/creating-and-deleting-branches-within-your-repository
- /github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository

View File

@@ -2,6 +2,7 @@
title: Proposing changes to your work with pull requests
intro: 'After you add changes to a topic branch or fork, you can open a pull request to ask your collaborators or the repository administrator to review your changes before merging them into the project.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/
- /articles/proposing-changes-to-your-work-with-pull-requests
versions:
free-pro-team: '*'

View File

@@ -2,6 +2,7 @@
title: Requesting a pull request review
intro: 'After you create a pull request, you can ask a specific person to review the changes you''ve proposed. If you''re an organization member, you can also request a specific team to review your changes.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review
- /articles/requesting-a-pull-request-review
- /github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review
versions:

View File

@@ -2,6 +2,7 @@
title: About pull request reviews
intro: 'Reviews allow collaborators to comment on the changes proposed in pull requests, approve the changes, or request further changes before the pull request is merged. Repository administrators can require that all pull requests are approved before being merged.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews
- /articles/about-pull-request-reviews
- /github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews
versions:

View File

@@ -2,6 +2,7 @@
title: Approving a pull request with required reviews
intro: 'If your repository requires reviews, pull requests must have a specific number of approving reviews from people with _write_ or _admin_ permissions in the repository before they can be merged.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/approving-a-pull-request-with-required-reviews
- /articles/approving-a-pull-request-with-required-reviews
- /github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews
versions:

View File

@@ -2,6 +2,7 @@
title: Checking out pull requests locally
intro: 'When someone sends you a pull request from a fork or branch of your repository, you can merge it locally to resolve a merge conflict or to test and verify the changes before merging on {% data variables.product.product_name %}.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
- /articles/checking-out-pull-requests-locally
- /github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally
permissions: Anyone with write access to a repository can pull a remote pull request down locally.

View File

@@ -1,6 +1,7 @@
---
title: Commenting on a pull request
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request
- /articles/adding-commit-comments/
- /articles/commenting-on-the-diff-of-a-pull-request/
- /articles/commenting-on-differences-between-files/

View File

@@ -2,6 +2,7 @@
title: Dismissing a pull request review
intro: 'If your repository requires reviews, you can dismiss pull request reviews that are no longer valid or are unable to be approved by the reviewer.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review
- /articles/dismissing-a-pull-request-review
- /github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review
versions:

View File

@@ -2,6 +2,7 @@
title: Filtering files in a pull request
intro: 'To help you quickly review changes in a large pull request, you can filter changed files.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/filtering-files-in-a-pull-request
- /articles/filtering-files-in-a-pull-request-by-file-type/
- /articles/filtering-files-in-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request

View File

@@ -2,6 +2,7 @@
title: Finding changed methods and functions in a pull request
intro: 'You can quickly find proposed changes to a method or function in a pull request in *.go*, *.js*, *.ts*, *.py*, *.php*, and *.rb* files.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/finding-changed-methods-and-functions-in-a-pull-request
- /articles/finding-changed-methods-and-functions-in-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request
versions:

View File

@@ -2,6 +2,7 @@
title: Incorporating feedback in your pull request
intro: 'When reviewers suggest changes in a pull request, you can automatically incorporate the changes into the pull request or open an issue to track out-of-scope suggestions.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request
- /articles/incorporating-feedback-in-your-pull-request
- /github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request
versions:

View File

@@ -1,6 +1,7 @@
---
title: Reviewing changes in pull requests
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/
- /articles/reviewing-and-discussing-changes-in-pull-requests/
- /articles/reviewing-changes-in-pull-requests
intro: 'After a pull request has been opened, you can review and discuss the set of proposed changes.'

View File

@@ -6,6 +6,7 @@ versions:
topics:
- Pull requests
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request
---
<!--Marketing-LINK: From /features/security/software-supply-chain page "Sign up for the dependency review beta" and "Reviewing dependency changes in a pull request".-->

View File

@@ -2,6 +2,7 @@
title: Reviewing proposed changes in a pull request
intro: 'In a pull request, you can review and discuss commits, changed files, and the differences (or "diff") between the files in the base and compare branches.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request
- /articles/reviewing-proposed-changes-in-a-pull-request
- /github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request
versions:

View File

@@ -2,6 +2,7 @@
title: Viewing a pull request review
intro: You can view all of the comments made in a single pull request review.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/viewing-a-pull-request-review
- /articles/viewing-a-pull-request-review
- /github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review
versions:

View File

@@ -2,6 +2,7 @@
title: About forks
intro: A fork is a copy of a repository that you manage. Forks let you make changes to a project without affecting the original repository. You can fetch updates from or submit changes to the original repository with pull requests.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/about-forks
- /articles/about-forks
- /github/collaborating-with-issues-and-pull-requests/about-forks
versions:

View File

@@ -2,6 +2,7 @@
title: Allowing changes to a pull request branch created from a fork
intro: 'For greater collaboration, you can allow commits on branches you''ve created from forks owned by your user account.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork
- /articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork
- /github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork
permissions: People with push access to the upstream repository of a fork owned by a user account can commit to the forked branches.

View File

@@ -2,6 +2,7 @@
title: Configuring a remote for a fork
intro: 'You must configure a remote that points to the upstream repository in Git to [sync changes you make in a fork](/articles/syncing-a-fork) with the original repository. This also allows you to sync changes made in the original repository with the fork.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/configuring-a-remote-for-a-fork
- /articles/configuring-a-remote-for-a-fork
- /github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork
versions:

View File

@@ -2,6 +2,7 @@
title: Working with forks
intro: 'Forks are often used in open source development on {% data variables.product.product_name %}.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/
- /articles/working-with-forks
versions:
free-pro-team: '*'

View File

@@ -2,6 +2,7 @@
title: Merging an upstream repository into your fork
intro: 'If you don''t have push (write) access to an upstream repository, then you can pull commits from that repository into your own fork.'
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/merging-an-upstream-repository-into-your-fork
- /articles/merging-an-upstream-repository-into-your-fork
- /github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork
versions:

View File

@@ -2,6 +2,7 @@
title: Syncing a fork
intro: Sync a fork of a repository to keep it up-to-date with the upstream repository.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/syncing-a-fork
- /articles/syncing-a-fork
- /github/collaborating-with-issues-and-pull-requests/syncing-a-fork
versions:

View File

@@ -2,6 +2,7 @@
title: What happens to forks when a repository is deleted or changes visibility?
intro: Deleting your repository or changing its visibility affects that repository's forks.
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/working-with-forks/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility
- /articles/changing-the-visibility-of-a-network/
- /articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility
- /github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility

View File

@@ -1,8 +1,9 @@
---
title: Quickstart for communicating on GitHub
title: Communicating on GitHub
intro: 'You can discuss specific projects and changes, as well as broader ideas or team goals, using different types of discussions on {% data variables.product.product_name %}.'
miniTocMaxHeadingLevel: 4
redirect_from:
- /github/collaborating-with-issues-and-pull-requests/getting-started/quickstart-for-communicating-on-github
- /articles/about-discussions-in-issues-and-pull-requests/
- /github/collaborating-with-issues-and-pull-requests/about-conversations-on-github
- /github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github

View File

@@ -16,6 +16,7 @@ children:
- /fork-a-repo
- /github-flow
- /be-social
- /communicating-on-github
- /github-glossary
- /git-cheatsheet
- /git-and-github-learning-resources

View File

@@ -19,8 +19,7 @@ children:
- /writing-on-github
- /creating-cloning-and-archiving-repositories
- /committing-changes-to-your-project
- /collaborating-with-issues-and-pull-requests
- /managing-your-work-on-github
- /collaborating-with-pull-requests
- /searching-for-information-on-github
- /importing-your-projects-to-github
- /administering-a-repository

View File

@@ -1,21 +0,0 @@
---
title: Managing your work on GitHub
redirect_from:
- /categories/100/articles/
- /categories/managing-projects/
- /categories/managing-projects-on-github/
- /categories/managing-your-work-on-github
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Pull requests
children:
- /managing-your-work-with-issues-and-pull-requests
- /managing-project-boards
- /tracking-the-progress-of-your-work-with-project-boards
- /tracking-the-progress-of-your-work-with-milestones
- /finding-information-in-a-repository
---

View File

@@ -1,20 +0,0 @@
---
title: Tracking the progress of your work with project boards
intro: 'You can track and prioritize your work on {% data variables.product.product_name %} by creating a project board with associated issues, pull requests, and notes.'
redirect_from:
- /articles/tracking-the-progress-of-your-work-with-projects/
- /articles/tracking-the-progress-of-your-work-with-project-boards
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Pull requests
children:
- /adding-issues-and-pull-requests-to-a-project-board
- /adding-notes-to-a-project-board
- /tracking-progress-on-your-project-board
- /filtering-cards-on-a-project-board
- /archiving-cards-on-a-project-board
---

View File

@@ -1,7 +1,8 @@
---
title: File attachments on issues and pull requests
title: Attaching files
intro: You can convey information by attaching a variety of file types to your issues and pull requests.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/file-attachments-on-issues-and-pull-requests
- /articles/issue-attachments/
- /articles/file-attachments-on-issues-and-pull-requests
- /github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests

View File

@@ -2,6 +2,7 @@
title: Creating a permanent link to a code snippet
intro: You can create a permanent link to a specific line or range of lines of code in a specific version of a file or pull request.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/creating-a-permanent-link-to-a-code-snippet
- /articles/creating-a-permanent-link-to-a-code-snippet
- /github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet
versions:

View File

@@ -11,5 +11,7 @@ children:
- /organizing-information-with-tables
- /creating-and-highlighting-code-blocks
- /autolinked-references-and-urls
- /attaching-files
- /creating-a-permanent-link-to-a-code-snippet
---

View File

@@ -25,6 +25,7 @@ children:
- rest
- graphql
- insights
- issues
- discussions
- codespaces
- sponsors

View File

@@ -1,16 +1,26 @@
---
title: Managing your work with issues and pull requests
intro: 'You can manage your work on {% data variables.product.product_name %} by creating issues to track ideas, enhancements, tasks, or bugs.'
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues
- /articles/managing-your-work-with-issues
title: Issues and Projects
shortTitle: Issues and Projects
intro: Use issues and projects to manage your work on {% data variables.product.prodname_dotcom %}
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Pull requests
- Issues
- Projects
children:
- /tracking-your-work-with-issues
- /organizing-your-work-with-project-boards
- /using-labels-and-milestones-to-track-work
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests
- /github/managing-your-work-on-github/managing-your-work-with-issues
- /github/managing-your-work-on-github
- /categories/100/articles/
- /categories/managing-projects/
- /categories/managing-projects-on-github/
- /categories/managing-your-work-on-github
- /about-issues
- /creating-an-issue
- /deleting-an-issue

View File

@@ -0,0 +1,22 @@
---
title: Organizing your work with project boards
shortTitle: Project boards
intro: 'Use project boards to manage your work on {% data variables.product.prodname_dotcom %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Issues
- Projects
children:
- /managing-project-boards
- /tracking-work-with-project-boards
redirect_from:
- /adding-issues-and-pull-requests-to-a-project-board
- /adding-notes-to-a-project-board
- /tracking-progress-on-your-project-board
- /filtering-cards-on-a-project-board
- /archiving-cards-on-a-project-board
---

View File

@@ -2,6 +2,7 @@
title: About automation for project boards
intro: You can configure automatic workflows to keep the status of project board cards in sync with the associated issues and pull requests.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/about-automation-for-project-boards
- /articles/about-automation-for-project-boards
- /github/managing-your-work-on-github/about-automation-for-project-boards
versions:

View File

@@ -2,6 +2,7 @@
title: About project boards
intro: 'Project boards on {% data variables.product.product_name %} help you organize and prioritize your work. You can create project boards for specific feature work, comprehensive roadmaps, or even release checklists. With project boards, you have the flexibility to create customized workflows that suit your needs.'
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/about-project-boards
- /articles/about-projects/
- /articles/about-project-boards
- /github/managing-your-work-on-github/about-project-boards

View File

@@ -2,6 +2,7 @@
title: Changing project board visibility
intro: 'As an organization owner or project board admin, you can make a project board {% if currentVersion == "github-ae@latest" %}internal{% else %}public{% endif %} or private.'
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/changing-project-board-visibility
- /articles/changing-project-board-visibility
- /github/managing-your-work-on-github/changing-project-board-visibility
versions:

View File

@@ -2,6 +2,7 @@
title: Closing a project board
intro: 'If you''ve completed all the tasks in a project board or no longer need to use a project board, you can close the project board.'
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/closing-a-project-board
- /articles/closing-a-project/
- /articles/closing-a-project-board
- /github/managing-your-work-on-github/closing-a-project-board

View File

@@ -2,6 +2,7 @@
title: Configuring automation for project boards
intro: You can set up automatic workflows to move issues and pull requests to a project board column when a specified event occurs.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/configuring-automation-for-project-boards
- /articles/configuring-automation-for-project-boards
- /github/managing-your-work-on-github/configuring-automation-for-project-boards
versions:

View File

@@ -2,6 +2,7 @@
title: Copying a project board
intro: You can copy a project board to quickly create a new project. Copying frequently used or highly customized project boards helps standardize your workflow.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/copying-a-project-board
- /articles/copying-a-project-board
- /github/managing-your-work-on-github/copying-a-project-board
versions:

View File

@@ -2,6 +2,7 @@
title: Creating a project board
intro: 'Project boards can be used to create customized workflows to suit your needs, like tracking and prioritizing specific feature work, comprehensive roadmaps, or even release checklists.'
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/creating-a-project-board
- /articles/creating-a-project/
- /articles/creating-a-project-board
- /github/managing-your-work-on-github/creating-a-project-board

View File

@@ -2,6 +2,7 @@
title: Deleting a project board
intro: You can delete an existing project board if you no longer need access to its contents.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/deleting-a-project-board
- /articles/deleting-a-project/
- /articles/deleting-a-project-board
- /github/managing-your-work-on-github/deleting-a-project-board

View File

@@ -2,6 +2,7 @@
title: Editing a project board
intro: You can edit the title and description of an existing project board.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/editing-a-project-board
- /articles/editing-a-project/
- /articles/editing-and-deleting-a-project/
- /articles/editing-a-project-board

View File

@@ -1,14 +1,14 @@
---
title: Managing project boards
intro: You can use project boards to organize issues and pull requests and manage your workflow across a repository or organization.
redirect_from:
- /articles/managing-project-boards
shortTitle: Managing project boards
intro: 'Learn how to create and manage project boards'
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Pull requests
- Issues
- Projects
children:
- /about-project-boards
- /creating-a-project-board
@@ -17,11 +17,11 @@ children:
- /about-automation-for-project-boards
- /configuring-automation-for-project-boards
- /copying-a-project-board
- /changing-project-board-visibility
- /closing-a-project-board
- /reopening-a-closed-project-board
- /deleting-a-project-board
- /disabling-project-boards-in-a-repository
- /disabling-project-boards-in-your-organization
- /changing-project-board-visibility
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards
---

View File

@@ -2,6 +2,7 @@
title: Linking a repository to a project board
intro: You can link a repository to your organization's or user account's project board.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/linking-a-repository-to-a-project-board
- /articles/linking-a-repository-to-a-project-board
- /github/managing-your-work-on-github/linking-a-repository-to-a-project-board
versions:

View File

@@ -2,6 +2,7 @@
title: Reopening a closed project board
intro: You can reopen a closed project board and and restart any workflow automation that was configured for the project board.
redirect_from:
- /github/managing-your-work-on-github/managing-project-boards/reopening-a-closed-project-board
- /articles/reopening-a-closed-project-board
- /github/managing-your-work-on-github/reopening-a-closed-project-board
versions:

View File

@@ -2,6 +2,7 @@
title: Adding issues and pull requests to a project board
intro: You can add issues and pull requests to a project board in the form of cards and triage them into columns.
redirect_from:
- /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board
- /articles/adding-issues-and-pull-requests-to-a-project/
- /articles/adding-issues-and-pull-requests-to-a-project-board
- /github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board

View File

@@ -2,6 +2,7 @@
title: Adding notes to a project board
intro: You can add notes to a project board to serve as task reminders or to add information related to the project board.
redirect_from:
- /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards/adding-notes-to-a-project-board
- /articles/adding-notes-to-a-project/
- /articles/adding-notes-to-a-project-board
- /github/managing-your-work-on-github/adding-notes-to-a-project-board

View File

@@ -2,6 +2,7 @@
title: Archiving cards on a project board
intro: You can archive project board cards to declutter your workflow without losing the historical context of a project.
redirect_from:
- /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards/archiving-cards-on-a-project-board
- /articles/archiving-cards-on-a-project-board
- /github/managing-your-work-on-github/archiving-cards-on-a-project-board
versions:

View File

@@ -2,6 +2,7 @@
title: Filtering cards on a project board
intro: You can filter the cards on a project board to search for specific cards or view a subset of the cards.
redirect_from:
- /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards/filtering-cards-on-a-project-board
- /articles/filtering-cards-on-a-project-board
- /github/managing-your-work-on-github/filtering-cards-on-a-project-board
versions:

View File

@@ -0,0 +1,21 @@
---
title: Tracking progress on your project board
shortTitle: Tracking projects
intro: 'Learn how to track your work on project boards'
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Issues
- Projects
children:
- /adding-issues-and-pull-requests-to-a-project-board
- /adding-notes-to-a-project-board
- /tracking-progress-on-your-project-board
- /filtering-cards-on-a-project-board
- /archiving-cards-on-a-project-board
redirect_from:
- /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards
---

View File

@@ -2,6 +2,7 @@
title: Tracking progress on your project board
intro: You can see the overall progress of your project in a progress bar.
redirect_from:
- /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards/tracking-progress-on-your-project-board
- /articles/tracking-progress-on-your-project-board
- /github/managing-your-work-on-github/tracking-progress-on-your-project-board
versions:

View File

@@ -2,6 +2,7 @@
title: About automation for issues and pull requests with query parameters
intro: You can use query parameters to share URLs with customized information.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/about-automation-for-issues-and-pull-requests-with-query-parameters
- /articles/about-automation-for-issues-and-pull-requests-with-query-parameters
- /github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters
versions:

View File

@@ -2,6 +2,7 @@
title: About issues
intro: 'Use issues to track ideas, enhancements, tasks, or bugs for work on {% data variables.product.product_name %}.'
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/about-issues
- /articles/creating-issues/
- /articles/about-issues/
- /github/managing-your-work-on-github/about-issues

View File

@@ -2,6 +2,7 @@
title: About task lists
intro: You can use task lists to create a list of items with checkboxes within pull request and issue comments or Markdown files in your repository.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/about-task-lists
- /articles/about-task-lists
- /github/managing-your-work-on-github/about-task-lists
versions:

View File

@@ -3,6 +3,7 @@ title: Creating an issue
intro: 'Issues can be used to keep track of bugs, enhancements, or other requests.'
permissions: People with read permissions can create an issue in a repository where issues are enabled.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/creating-an-issue
- /articles/creating-an-issue
- /github/managing-your-work-on-github/creating-an-issue
versions:

View File

@@ -2,6 +2,7 @@
title: Deleting an issue
intro: People with admin permissions in a repository can permanently delete an issue from a repository.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/deleting-an-issue
- /articles/deleting-an-issue
- /github/managing-your-work-on-github/deleting-an-issue
versions:

View File

@@ -0,0 +1,21 @@
---
title: Creating issues
shortTitle: Creating issues
intro: 'Learn how to create issues to track ideas and tasks'
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Issues
children:
- /about-issues
- /creating-an-issue
- /opening-an-issue-from-a-comment
- /opening-an-issue-from-code
- /about-automation-for-issues-and-pull-requests-with-query-parameters
- /about-task-lists
- /linking-a-pull-request-to-an-issue
- /deleting-an-issue
---

View File

@@ -2,6 +2,7 @@
title: Linking a pull request to an issue
intro: You can link a pull request to an issue to show that a fix is in progress and to automatically close the issue when the pull request is merged.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/linking-a-pull-request-to-an-issue
- /articles/closing-issues-via-commit-message/
- /articles/closing-issues-via-commit-messages/
- /articles/closing-issues-using-keywords

View File

@@ -9,6 +9,7 @@ versions:
topics:
- Pull requests
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/opening-an-issue-from-a-comment
- /github/managing-your-work-on-github/opening-an-issue-from-a-comment
---
When you open an issue from a comment, the issue contains a snippet showing where the comment was originally posted.

View File

@@ -3,6 +3,7 @@ title: Opening an issue from code
intro: You can open a new issue from a specific line or lines of code in a file or pull request.
permissions: People with read permissions can create an issue in a repository where issues are enabled.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/opening-an-issue-from-code
- /articles/opening-an-issue-from-code
- /github/managing-your-work-on-github/opening-an-issue-from-code
versions:

View File

@@ -0,0 +1,15 @@
---
title: Tracking your work with issues
shortTitle: Issues
intro: 'Use issues to track ideas and work on {% data variables.product.prodname_dotcom %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Issues
children:
- /creating-issues
- /managing-issues
---

View File

@@ -2,6 +2,7 @@
title: About duplicate issues and pull requests
intro: Mark an issue or pull request as a duplicate to track similar issues or pull requests together and remove unnecessary burden for both maintainers and collaborators.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/about-duplicate-issues-and-pull-requests
- /articles/about-duplicate-issues-and-pull-requests
- /github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests
versions:

View File

@@ -2,6 +2,7 @@
title: Assigning issues and pull requests to other GitHub users
intro: Assignees clarify who is working on specific issues and pull requests.
redirect_from:
- /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/assigning-issues-and-pull-requests-to-other-github-users
- /articles/assigning-issues-and-pull-requests-to-other-github-users
- /github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users
versions:

View File

@@ -0,0 +1,18 @@
---
title: Managing issues
shortTitle: Managing issues
intro: 'Learn how to manage issues in your repository'
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
topics:
- Issues
children:
- /assigning-issues-and-pull-requests-to-other-github-users
- /viewing-all-of-your-issues-and-pull-requests
- /about-duplicate-issues-and-pull-requests
- /pinning-an-issue-to-your-repository
- /transferring-an-issue-to-another-repository
---

Some files were not shown because too many files have changed in this diff Show More