Skip to content

Commit 9d03e01

Browse files
felicitymayCopilot
andauthored
Hack week 2025: First batch of alt text fixes for the data/reusables folder (1) (#53954)
Co-authored-by: Copilot <[email protected]>
1 parent bd337a6 commit 9d03e01

13 files changed

+13
-14
lines changed

data/reusables/actions/azure-vnet-network-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A NIC enables an Azure virtual machine (VM) to communicate with internet, Azure,
66

77
>[!NOTE] {% data reusables.actions.azure-vnet-over-provisioning-resources %}
88
9-
![Diagram of the network communication architecture between GitHub networks and your private networks. The diagram describes each step in connecting GitHub-hosted runners to an Azure VNET. Each step is numbered and the numbers correspond to the numbered descriptions of the step listed below the diagram.](/assets/images/help/actions/actions-vnet-injected-larger-runners-architecture.png)
9+
![Diagram of network communication between GitHub and your private networks. Each step is numbered and corresponds to a step listed below the diagram.](/assets/images/help/actions/actions-vnet-injected-larger-runners-architecture.png)
1010

1111
1. A {% data variables.product.prodname_actions %} workflow is triggered.
1212
1. The {% data variables.product.prodname_actions %} service creates a runner.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
1. To access the dashboard page, in the upper-left corner of any page on {% data variables.product.product_name %}, click the {% octicon "mark-github" aria-label="The github octocat logo" %}.
22
1. To switch to your organization dashboard, in the upper-left corner of the page, select your username, then from the dropdown menu, click the desired organization.
33

4-
![Screenshot of a dropdown menu on the dashboard page. The menu is expanded, labeled with the username of a personal account, and shows a list of organizations linked to the personal account.](/assets/images/help/dashboard/dashboard-context-switcher.png)
4+
![Screenshot of the "Switch dashboard context" menu for a personal account. The menu lists organizations linked to the personal account.](/assets/images/help/dashboard/dashboard-context-switcher.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
1. At the top of the page, under "Payment information", click **Update payment method**.
2-
![Screenshot of the summary section of the billing settings page. In the "Payment information" box, a link, labeled "Update payment method", is highlighted with an orange outline.](/assets/images/help/billing/update-payment-method.png)
2+
![Screenshot of the top of the billing settings page. In the "Payment information" box, the "Update payment method" link is outlined in orange.](/assets/images/help/billing/update-payment-method.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1. At the top of the page, click **Payment information** {% octicon "arrow-right" aria-hidden="true" %}.
22

3-
![Screenshot of the summary section of the billing settings page for an organization. A link, labeled "Payment information", is highlighted with an orange outline.](/assets/images/help/billing/update-payment-method-org.png)
3+
![Screenshot of the top of the billing settings page. In the "Payment information" box, the "Update payment method" link is outlined in orange.](/assets/images/help/billing/update-payment-method-org.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1. At the top of the page, click **Payment information** {% octicon "arrow-right" aria-hidden="true" %}.
22

3-
![Screenshot of the summary section of the billing settings page for a personal account. A link, labeled "Payment information", is highlighted with an orange outline.](/assets/images/help/billing/update-payment-method-personal-account.png)
3+
![Screenshot of the top of the billing settings page. In the "Payment information" box, the "Update payment method" link is outlined in orange.](/assets/images/help/billing/update-payment-method-personal-account.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1. At the top of the page, under "Payment information", click **View payment history**.
22

3-
![Screenshot of the Billing Summary section of the payment information settings page. Under "Payment information", a link, labeled "View payment history", is highlighted with a dark orange outline.](/assets/images/help/billing/view-payment-history-link-personal-account.png)
3+
![Screenshot of the top of the payment information settings page. Under "Payment information", the "View payment history" link is outlined in orange.](/assets/images/help/billing/view-payment-history-link-personal-account.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
1. At the top of the page, under "Next payment due", click **View payment history**.
2-
![Screenshot of the summary section of the billing settings page. In the "Next payment due" box, a link, labeled "View payment history", is highlighted with an orange outline.](/assets/images/help/billing/view-payment-history-link.png)
2+
![Screenshot of the top of the billing settings page. In the "Next payment due" box, the "View payment history" link is outlined in orange.](/assets/images/help/billing/view-payment-history-link.png)

data/reusables/files/add-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Alternatively, you can click {% octicon "plus" aria-label="The plus sign icon" %} in the file tree view on the left.
55

6-
![Screenshot of the main page of a repository. Above the list of files, a button, labeled "Add file," is outlined in dark orange. In the file tree view of the repository, a button with a plus sign icon is also outlined in dark orange.](/assets/images/help/repository/add-file-buttons.png)
6+
![Screenshot of the main page of a repository highlighting both the "Add file" and the "plus sign" icon, described above, with an orange outline.](/assets/images/help/repository/add-file-buttons.png)
77
{% else %}
88
1. Above the list of files, using the **Add file** drop-down, click **Create new file**.
99
{% endif %}

data/reusables/package_registry/about-packaging-and-actions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ For example, a continuous integration workflow for a Java project may run `mvn p
88

99
Now, when reviewing a pull request, you'll be able to look at the workflow run and download the artifact that was produced.
1010

11-
![Screenshot of the "Artifacts" section of a workflow run. The name of the artifact generated by the run, "artifact," is highlighted with a dark orange outline.](/assets/images/help/repository/artifact-drop-down-updated.png)
12-
11+
![Screenshot of the "Artifacts" section of a workflow run. The name of the artifact generated by the run, "artifact," is outlined in orange.](/assets/images/help/repository/artifact-drop-down-updated.png)
1312
This will let you run the code in the pull request on your machine, which can help with debugging or testing the pull request.
1413

1514
## Workflows for publishing packages
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. In the list of packages, find the version of the package that you want to delete.
22
* _If your package is a container_, to the right of the package version click {% octicon "kebab-horizontal" aria-hidden="true" %}, then select **Delete version** from the dropdown menu.
3-
![Screenshot of a package version with a dropdown menu button, labeled with a kebab icon. The "Delete version" link in the menu is highlighted with an orange outline.](/assets/images/help/package-registry/delete-container-package-version.png)
3+
![Screenshot of a package version kebab button, expanded to show the menu. The "Delete version" link in the menu is outlined in orange.](/assets/images/help/package-registry/delete-container-package-version.png)
44
* _For types of packages other than containers_, to the right of the package version click **Delete**.
55
![Screenshot of a package version with a "Delete" button. The button is highlighted with an orange outline.](/assets/images/help/package-registry/delete-noncontainer-package-version.png)

0 commit comments

Comments
 (0)