Skip to content

Commit bd09666

Browse files
authored
Hack week 2025: fix "alt text length" warnings in get-started (#53888)
1 parent 9f3e101 commit bd09666

16 files changed

+48
-48
lines changed
58.1 KB
Loading

content/get-started/start-your-journey/hello-world.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ This diagram shows:
6161

6262
* The `main` branch
6363
* A new branch called `feature`
64-
* The journey that `feature` takes before it's merged into `main`
64+
* The journey that `feature` takes through stages for "Commit changes," "Submit pull request," and "Discuss proposed changes" before it's merged into `main`
6565

66-
![Diagram of the two branches. The "feature" branch diverges from the "main" branch, goes through stages for "Commit changes," "Submit pull request," and "Discuss proposed changes," and is then merged back into main.](/assets/images/help/repository/branching.png)
66+
![Diagram of the two branches. The "feature" branch diverges from the "main" branch and is then merged back into main.](/assets/images/help/repository/branching.png)
6767

6868
### Creating a branch
6969

content/get-started/using-git/getting-changes-from-a-remote-repository.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ You can choose from [several different URLs](/get-started/getting-started-with-g
3030

3131
{% ifversion global-nav-update %}
3232

33-
![Screenshot of the main page of a repository. A green button, labeled "Code," is outlined in dark orange and expanded to show the HTTPS URL for the repository.](/assets/images/help/repository/remotes-url-global-nav-update.png)
33+
![Screenshot of the main page of a repository. A green "Code" button is outlined in orange and expanded to show the HTTPS URL for the repository.](/assets/images/help/repository/remotes-url-global-nav-update.png)
3434

3535
{% else %}
3636

37-
![Screenshot of the main page of a repository. A green button, labeled "Code," is outlined in dark orange and expanded to show the HTTPS URL for the repository.](/assets/images/help/repository/remotes-url.png)
37+
![Screenshot of the main page of a repository. A green "Code" button is outlined in orange and expanded to show the HTTPS URL for the repository.](/assets/images/help/repository/remotes-url.png)
3838

3939
{% endif %}
4040

content/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you create a new clone of the repository, you won't lose any of your Git hist
6363

6464
1. At the top of your new repository on {% data variables.product.prodname_dotcom %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
6565

66-
![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is highlighted with an orange outline.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
66+
![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is outlined in orange.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
6767

6868
> [!TIP]
6969
> For information on the difference between HTTPS and SSH URLs, see [AUTOTITLE](/get-started/getting-started-with-git/about-remote-repositories).

content/get-started/using-github-docs/using-hover-cards-on-github-docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ redirect_from:
1414

1515
When you're reading an article on {% data variables.product.prodname_docs %} and find a link to another article, you can open a hover card to get more information about the article. The hover card provides basic information about the article, so you can determine whether it will be useful to you without leaving the article you're reading.
1616

17-
If you navigate {% data variables.product.prodname_docs %} with a mouse, the hover card is displayed when you hover the cursor over a link.
17+
If you navigate {% data variables.product.prodname_docs %} with a mouse, the hover card is displayed when you hover the cursor over a link. The card shows the article's location, title, and introduction.
1818

19-
![Screenshot of part of an article on {% data variables.product.prodname_docs %}. A cursor hovers over a link to an article called "Create a repo," and a hover card displays the article's location, title, and introduction.](/assets/images/help/docs/hover-card.png)
19+
![Screenshot of part of an article on {% data variables.product.prodname_docs %}. The cursor hovers over a link to an article and a hover card is shown.](/assets/images/help/docs/hover-card.png)
2020

2121
## Using hover cards with a keyboard
2222

content/get-started/using-github/communicating-on-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This community maintainer started a discussion to welcome the community, and to
140140

141141
This example shows a team post for the `octo-team` team.
142142

143-
![Example of team discussion.](/assets/images/help/projects/team-discussions-example.png)
143+
![Screenshot of a team discussion that was created in a GitHub community repository.](/assets/images/help/projects/team-discussions-example.png)
144144

145145
The `octocat` team member posted a team discussion, informing the team of various things:
146146
* A team member called Mona started remote game events.

content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ To create a heading, add one to six <kbd>#</kbd> symbols before your heading tex
2222
### A third-level heading
2323
```
2424

25-
![Screenshot of rendered GitHub Markdown showing sample h1, h2, and h3 headers, which descend in type size and visual weight to indicate descending hierarchy level.](/assets/images/help/writing/headings-rendered.png)
25+
![Screenshot of rendered GitHub Markdown showing sample h1, h2, and h3 headers, which descend in type size and visual weight to show hierarchy level.](/assets/images/help/writing/headings-rendered.png)
2626

2727
When you use two or more headings, GitHub automatically generates a table of contents that you can access by clicking {% octicon "list-unordered" aria-label="The unordered list icon" %} within the file header. Each heading title is listed in the table of contents and you can click a title to navigate to the selected section.
2828

29-
![Screenshot of the README file in the GitHub Docs open source repository with the drop-down menu for the table of contents exposed. The table of contents icon is outlined in dark orange.](/assets/images/help/repository/headings-toc.png)
29+
![Screenshot of a README file with the drop-down menu for the table of contents exposed. The table of contents icon is outlined in dark orange.](/assets/images/help/repository/headings-toc.png)
3030

3131
## Styling text
3232

@@ -53,9 +53,9 @@ Text that is not a quote
5353
> Text that is a quote
5454
```
5555

56-
Quoted text is indented, with a different type color.
56+
Quoted text is indented with a vertical line on the left and displayed using gray type.
5757

58-
![Screenshot of rendered GitHub Markdown showing sample quoted text. The quote is indented with a vertical line on the left, and its text is dark gray rather than black.](/assets/images/help/writing/quoted-text-rendered.png)
58+
![Screenshot of rendered GitHub Markdown showing the difference between normal and quoted text.](/assets/images/help/writing/quoted-text-rendered.png)
5959

6060
> [!NOTE]
6161
> When viewing a conversation, you can automatically quote text in a comment by highlighting the text, then typing <kbd>R</kbd>. You can quote an entire comment by clicking {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then **Quote reply**. For more information about keyboard shortcuts, see [AUTOTITLE](/get-started/accessibility/keyboard-shortcuts).
@@ -68,7 +68,7 @@ You can call out code or a command within a sentence with single backticks. The
6868
Use `git status` to list all new or modified files that haven't yet been committed.
6969
```
7070

71-
![Screenshot of rendered GitHub Markdown showing the appearance of characters surrounded by backticks. The words "git status" appear in a fixed-width typeface, highlighted in light gray.](/assets/images/help/writing/inline-code-rendered.png)
71+
![Screenshot of rendered GitHub Markdown showing that characters surrounded by backticks are shown in a fixed-width typeface, highlighted in light gray.](/assets/images/help/writing/inline-code-rendered.png)
7272

7373
To format code or text into its own distinct block, use triple backticks.
7474

@@ -81,7 +81,7 @@ git commit
8181
```
8282
````
8383

84-
![Screenshot of rendered GitHub Markdown showing a code block. The words "git status," "git add," and "git commit" appear in a fixed-width typeface, highlighted in light gray.](/assets/images/help/writing/code-block-rendered.png)
84+
![Screenshot of rendered GitHub Markdown showing a simple code block without syntax highlighting.](/assets/images/help/writing/code-block-rendered.png)
8585

8686
For more information, see [AUTOTITLE](/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks).
8787

@@ -95,7 +95,7 @@ In issues, pull requests, and discussions, you can call out colors within a sent
9595
The background color is `#ffffff` for light mode and `#000000` for dark mode.
9696
```
9797

98-
![Screenshot of rendered GitHub Markdown showing how HEX values within backticks create small circles of color. #ffffff shows a white circle, and #000000 shows a black circle.](/assets/images/help/writing/supported-color-models-rendered.png)
98+
![Screenshot of rendered GitHub Markdown showing how HEX values within backticks create small circles of color, here white and then black.](/assets/images/help/writing/supported-color-models-rendered.png)
9999

100100
Here are the currently supported color models.
101101

@@ -306,9 +306,9 @@ To create a nested list using the web editor on {% data variables.product.produc
306306
> [!NOTE]
307307
> In the web-based editor, you can indent or dedent one or more lines of text by first highlighting the desired lines and then using <kbd>Tab</kbd> or <kbd>Shift</kbd>+<kbd>Tab</kbd> respectively.
308308
309-
![Screenshot of Markdown in {% data variables.product.prodname_vscode %} showing how indented bullets align vertically with the first letter of the text lines above them.](/assets/images/help/writing/nested-list-alignment.png)
309+
![Screenshot of Markdown in {% data variables.product.prodname_vscode %} showing indentation of nested numbered lines and bullets.](/assets/images/help/writing/nested-list-alignment.png)
310310

311-
![Screenshot of rendered GitHub Markdown showing a numbered item followed by a bulleted item nested one level to the right, and another bulleted item nested yet further to the right.](/assets/images/help/writing/nested-list-example-1.png)
311+
![Screenshot of rendered GitHub Markdown showing a numbered item followed by nested bullets at two different levels of nesting.](/assets/images/help/writing/nested-list-example-1.png)
312312

313313
To create a nested list in the comment editor on {% data variables.product.product_name %}, which doesn't use a monospaced font, you can look at the list item immediately above the nested list and count the number of characters that appear before the content of the item. Then type that number of space characters in front of the nested list item.
314314

@@ -319,7 +319,7 @@ In this example, you could add a nested list item under the list item `100. Firs
319319
- First nested list item
320320
```
321321

322-
![Screenshot of rendered GitHub Markdown showing a list item prefaced by the number 100 followed by a bulleted item nested one level to the right.](/assets/images/help/writing/nested-list-example-3.png)
322+
![Screenshot of rendered GitHub Markdown showing a numbered item prefaced by the number 100 followed by a bulleted item nested one level.](/assets/images/help/writing/nested-list-example-3.png)
323323

324324
You can create multiple levels of nested lists using the same method. For example, because the first nested list item has seven characters (`␣␣␣␣␣-␣`) before the nested list content `First nested list item`, you would need to indent the second nested list item by at least two more characters (nine spaces minimum).
325325

@@ -329,7 +329,7 @@ You can create multiple levels of nested lists using the same method. For exampl
329329
- Second nested list item
330330
```
331331

332-
![Screenshot of rendered GitHub Markdown showing a list item prefaced by the number 100 followed by a bulleted item nested one level to the right, and another bulleted item nested yet further to the right.](/assets/images/help/writing/nested-list-example-2.png)
332+
![Screenshot of rendered GitHub Markdown showing a numbered item prefaced by the number 100 followed by bullets at two different levels of nesting.](/assets/images/help/writing/nested-list-example-2.png)
333333

334334
For more examples, see the [GitHub Flavored Markdown Spec](https://github.github.com/gfm/#example-265).
335335

@@ -458,7 +458,7 @@ You can tell {% data variables.product.product_name %} to ignore (or escape) Mar
458458

459459
`Let's rename \*our-new-project\* to \*our-old-project\*.`
460460

461-
![Screenshot of rendered GitHub Markdown showing how backslashes prevent the conversion of asterisks to italics. The text reads, "Let's rename our-new-project to our-old-project."](/assets/images/help/writing/escaped-character-rendered.png)
461+
![Screenshot of rendered GitHub Markdown showing how backslashes prevent the conversion of asterisks to italics.](/assets/images/help/writing/escaped-character-rendered.png)
462462

463463
For more information on backslashes, see Daring Fireball's [Markdown Syntax](https://daringfireball.net/projects/markdown/syntax#backslash).
464464

content/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you add a task list to the body of an issue, the list has added functionality
3636
* If a task requires further tracking or discussion, you can convert the task to an issue by hovering over the task and clicking {% octicon "issue-opened" aria-label="The issue opened icon" %} in the upper-right corner of the task. To add more details before creating the issue, you can use keyboard shortcuts to open the new issue form. For more information, see [AUTOTITLE](/get-started/accessibility/keyboard-shortcuts#issues-and-pull-requests).
3737
* Any issues referenced in the task list will specify that they are tracked in the referencing issue.
3838

39-
![Screenshot of a {% data variables.product.prodname_dotcom %} issue showing a task list under the header "Features." Some items are checked as done, others unchecked as undone. Three list items link to other {% data variables.product.prodname_github_issues %}.](/assets/images/help/writing/task-list-rendered.png)
39+
![Screenshot of an issue showing a task list under the header "Features." Three list items link to other issues.](/assets/images/help/writing/task-list-rendered.png)
4040

4141
{% endif %}
4242

@@ -61,13 +61,13 @@ You can reorder tasks across different lists in the same comment, but you cannot
6161

6262
You can also convert tasks into issues. First, hover over one of the items in your task list and then click {% octicon "issue-opened" aria-label="Convert to issue" %}.
6363

64-
{% ifversion fpt or ghec %} ![Screenshot of a {% data variables.product.prodname_dotcom %} issue showing two tasks. The"Convert to issue" icon is highlighted with an orange outline.](/assets/images/help/writing/convert-task-lists-into-issues.png){% endif %}
64+
{% ifversion fpt or ghec %} ![Screenshot of an issue showing two tasks. The "Convert to issue" icon is highlighted with an orange outline.](/assets/images/help/writing/convert-task-lists-into-issues.png){% endif %}
6565

6666
## Navigating tracked issues
6767

68-
Any issues that are referenced in a task list specify that they are tracked by the issue that contains the task list. To navigate to the tracking issue from the tracked issue, click on the tracking issue number in the **Tracked in** section next to the issue status.
68+
Any issues that are referenced in a task list specify that they are tracked by the issue that contains the task list. To navigate to the tracking issue from the tracked issue, click on the tracking issue number in the **Tracked by** section next to the issue status.
6969

70-
![Screenshot of a {% data variables.product.prodname_dotcom %} issue named "Create relationships between issues" and numbered issue 3. A button below the issue title reading "Tracked by issue #2" is outlined in dark orange.](/assets/images/help/writing/task-list-tracked.png)
70+
![Screenshot of issue 3 showing the issue status of "Open" and the text "Tracked by issue #2", which is outlined in orange.](/assets/images/help/writing/task-list-tracked.png)
7171

7272
{% endif %}
7373

content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shortTitle: Auto linked references
1818

1919
`Visit https://github.com`
2020

21-
![Screenshot of rendered {% data variables.product.prodname_dotcom %} Markdown showing how a URL beginning with "http" becomes as a blue clickable link. The text reads, "Visit https://github.com."](/assets/images/help/writing/url-autolink-rendered.png)
21+
![Screenshot of rendered {% data variables.product.github %} Markdown showing how a URL is displayed as a blue clickable link, "Visit https://github.com."](/assets/images/help/writing/url-autolink-rendered.png)
2222

2323
For more information on creating links, see [AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#links).
2424

content/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function test() {
2525
```
2626
````
2727

28-
![Screenshot of rendered {% data variables.product.prodname_dotcom %} Markdown showing how triple backticks render code blocks in raw formatting. The block begins with "function test() {."](/assets/images/help/writing/fenced-code-block-rendered.png)
28+
![Screenshot of rendered {% data variables.product.github %} Markdown showing the use of triple backticks to create code blocks. The block begins with "function test() {."](/assets/images/help/writing/fenced-code-block-rendered.png)
2929

3030
> [!TIP]
3131
> To preserve your formatting within a list, make sure to indent non-fenced code blocks by eight spaces.
@@ -40,7 +40,7 @@ Look! You can see my backticks.
4040
````
4141
`````
4242

43-
![Screenshot of rendered {% data variables.product.prodname_dotcom %} Markdown showing how quadruple backticks cause triple backticks surrounding a code block to remain visible. The block reads, "Look! You can see my backticks."](/assets/images/help/writing/fenced-code-show-backticks-rendered.png)
43+
![Screenshot of rendered Markdown showing that when you write triple backticks between quadruple backticks they are visible in the rendered content.](/assets/images/help/writing/fenced-code-show-backticks-rendered.png)
4444

4545
{% data reusables.user-settings.enabling-fixed-width-fonts %}
4646

content/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For example, you can create a TopoJSON map by specifying coordinates and shapes.
134134
```
135135
````
136136

137-
![Screenshot of a rendered TopoJSON map of parts of Indonesia, Singapore, and Malaysia with a blue point, a purple rectangular overlay, and blue zigzag lines.](/assets/images/help/writing/fenced-topojson-rendered-map.png)
137+
![Screenshot of a rendered TopoJSON map of Indonesia, Singapore, and Malaysia with a blue point, a purple rectangular overlay, and blue zigzag lines.](/assets/images/help/writing/fenced-topojson-rendered-map.png)
138138

139139
For more information on working with `.geojson` and `.topojson` files, see [AUTOTITLE](/repositories/working-with-files/using-files/working-with-non-code-files#mapping-geojson-files-on-github).
140140

@@ -179,6 +179,6 @@ endsolid
179179
```
180180
````
181181

182-
![Screenshot of a 3D model of a blue pyramid atop a grid of black lines on a white ground. Options to select "Wireframe", "Surface Angle", or "Solid" appear at bottom.](/assets/images/help/writing/fenced-stl-rendered-object.png)
182+
![Screenshot of a 3D model of a blue pyramid on a grid of black lines. Options "Wireframe", "Surface Angle", or "Solid" appear at bottom.](/assets/images/help/writing/fenced-stl-rendered-object.png)
183183

184184
For more information on working with `.stl` files, see [AUTOTITLE](/repositories/working-with-files/using-files/working-with-non-code-files#3d-file-viewer).

0 commit comments

Comments
 (0)