1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix wrong screenshot in linking-a-pull-request-to-an-issue.md (#31843)

This commit is contained in:
Jens-Hilmar Bradt
2024-03-22 13:47:51 +01:00
committed by GitHub
parent 06e6c93bc0
commit ee9f3917c2
4 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -68,7 +68,7 @@ You can manually link up to ten issues to each pull request. The issue and pull
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-pr %}
1. In the list of pull requests, click the pull request that you'd like to link to an issue.
{% data reusables.pull_requests.click-development %}
{% data reusables.pull_requests.click-development-in-pull-request %}
1. Click the issue you want to link to the pull request.
{% ifversion link-existing-branches-to-issue %}
@@ -82,7 +82,7 @@ You can manually link up to ten issues to each pull request. The issue can be in
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-issues %}
1. In the list of issues, click the issue that you'd like to link a pull request or branch to.
{% data reusables.pull_requests.click-development %}
{% data reusables.pull_requests.click-development-in-issue %}
1. Click the repository containing the pull request or branch you want to link to the issue.
1. Click the pull request or branch you want to link to the issue.
1. Click **Apply**.

View File

@@ -0,0 +1,3 @@
1. In the right sidebar, click **Development**.
![Screenshot of the issue sidebar. "Development" is outlined in dark orange.](/assets/images/help/pull_requests/development-menu.png)