Skip to content

Commit a5c06d7

Browse files
[Accessibility]:Review images update - help/stars/update (#35836)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
1 parent 86a4dc6 commit a5c06d7

15 files changed

+18
-25
lines changed
46.9 KB
Loading
Binary file not shown.
-6.8 KB
Binary file not shown.
29.1 KB
Loading
Loading
Loading
Binary file not shown.
Loading
Loading
Binary file not shown.
-13.2 KB
Binary file not shown.
-5.08 KB
Binary file not shown.
-18.3 KB
Binary file not shown.
Loading

content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md

+18-25
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Starring a repository is a simple two-step process.
3636

3737
{% data reusables.repositories.navigate-to-repo %}
3838
1. In the top-right corner of the page, click **Star**.
39-
![Starring a repository](/assets/images/help/stars/starring-a-repository.png)
40-
1. Optionally, to unstar a previously starred repository, click **Unstar**.
41-
![Untarring a repository](/assets/images/help/stars/unstarring-a-repository.png)
39+
![Screenshot of the repository bar with the "Star" option highlighted with a dark orange outline.](/assets/images/help/stars/starring-a-repository.png)
40+
1. Optionally, to unstar a previously starred repository, click **Starred**. This will remove the repository from your starred list.
41+
![Screenshot of the repository bar. The "Starred" button is highlighted with a dark orange outline.](/assets/images/help/stars/unstarring-a-repository.png)
4242

4343
{% ifversion fpt or ghec %}
4444

@@ -61,53 +61,49 @@ To view everyone who has starred a repository, add `/stargazers` to the end of t
6161

6262
Curate repositories that you've starred with public lists. You can create public lists that appear on your stars page at `https://github.com/USERNAME?tab=stars`.
6363

64-
If you add a private repository to a list, then the private repository will only appear in your list for people with `read` access to the repository.
64+
![Screenshot the "Stars" tab of Octocat's profile. Two named lists of stars are displayed.](/assets/images/help/stars/lists-overview-on-stars-page.png)
6565

66-
![Screenshot of lists on stars page](/assets/images/help/stars/lists-overview-on-stars-page.png)
66+
If you add a private repository to a list, then the private repository will only appear in your list for people with `read` access to the repository.
6767

6868
You can add a repository to an existing or new list wherever you see a repository's **Star** or **Starred** dropdown menu, whether on a repository page or in a list of starred repositories.
6969

70-
![Screenshot of "Star" dropdown menu with list options featured from the repository page](/assets/images/help/stars/stars-dropdown-on-repo.png)
70+
![Screenshot of a repository page. The "Star" dropdown menu is expanded, with a list options highlighted with a dark orange outline.](/assets/images/help/stars/stars-dropdown-on-repo.png)
7171

72-
![Screenshot of "Starred" dropdown menu with list options featured from a starred repository list](/assets/images/help/stars/add-repo-to-list.png)
7372

7473
### Creating a list
7574

7675
{% data reusables.stars.stars-page-navigation %}
7776
2. Next to "Lists", click **Create list**.
78-
![Screenshot of "Create list" button](/assets/images/help/stars/create-list.png)
7977
3. Enter a name and description for your list and click **Create**.
80-
![Screenshot of modal showing where you enter a name and description with the "Create" button.](/assets/images/help/stars/create-list-with-description.png)
8178

8279
### Adding a repository to a list
8380

8481
{% data reusables.stars.stars-page-navigation %}
85-
2. Find the repository you want to add to your list.
86-
![Screenshot of starred repos search bar](/assets/images/help/stars/search-bar-for-starred-repos.png)
82+
2. Find the repository you want to add to your list by typing it into the search bar.
8783
3. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
88-
![Screenshot of dropdown showing a list checkboxes](/assets/images/help/stars/add-repo-to-list.png)
84+
![Screenshot of a list of repositories on the "Stars" page. Next to a repository, under the "Starred" button, a dropdown menu is outlined in orange.](/assets/images/help/stars/add-repo-to-list.png)
8985

9086
### Removing a repository from your list
9187

9288
{% data reusables.stars.stars-page-navigation %}
9389
2. Select your list.
94-
3. Next to the repository you want to remove, use the **Starred** dropdown menu and deselect your list.
95-
![Screenshot of dropdown showing list checkboxes](/assets/images/help/stars/add-repo-to-list.png)
90+
3. Next to the repository you want to remove, use the **Starred** drop-down menu and deselect your list.
91+
![Screenshot of a list of repositories on the "Stars" page. Next to a repository, under the "Starred" button, a dropdown menu is outlined in orange.](/assets/images/help/stars/add-repo-to-list.png)
9692

9793
### Editing a list name or description
9894

9995
{% data reusables.stars.stars-page-navigation %}
10096
1. Select the list you want to edit.
10197
2. Click **Edit list**.
10298
3. Update the name or description and click **Save list**.
103-
![Screenshot of modal showing "Save list" button](/assets/images/help/stars/edit-list-options.png)
99+
![Screenshot of modal showing edit options with "Delete list" and "Save list" highlighted with a dark orange outline.](/assets/images/help/stars/edit-list-options.png)
104100

105101
### Deleting a list
106102

107103
{% data reusables.stars.stars-page-navigation %}
108104
2. Select the list you want to delete.
109105
3. Click **Delete list**.
110-
![Screenshot of modal showing "Delete list" button](/assets/images/help/stars/edit-list-options.png)
106+
![Screenshot of modal showing edit options with "Delete list" and "Save list" highlighted with a dark orange outline.](/assets/images/help/stars/edit-list-options.png)
111107
4. To confirm, click **Delete**.
112108

113109
{% endif %}
@@ -116,23 +112,20 @@ You can add a repository to an existing or new list wherever you see a repositor
116112

117113
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
118114

119-
1. Go to your {% data variables.explore.your_stars_page %}.
115+
{% data reusables.stars.stars-page-navigation %}
120116
1. Use the search bar to find your starred repositories or topics by their name.
121-
![Searching through stars](/assets/images/help/stars/stars_search_bar.png)
122117

123118
The search bar only searches based on the name of a repository or topic, and not on any other qualifiers (such as the size of the repository or when it was last updated).
124119

125120
## Sorting and filtering stars on your stars page
126121

127122
You can use sorting or filtering to customize how you see starred repositories and topics on your stars page.
128123

129-
1. Go to your {% data variables.explore.your_stars_page %}.
130-
1. To sort stars, select the **Sort** drop-down menu, then select **Recently starred**, **Recently active**, or **Most stars**.
131-
![Sorting stars](/assets/images/help/stars/stars_sort_menu.png)
132-
1. To filter your list of stars based on their language, click on the desired language under **Filter by languages**.
133-
![Filter stars by language](/assets/images/help/stars/stars_filter_language.png)
134-
1. To filter your list of stars based on repository or topic, click on the desired option.
135-
![Filter stars by topic](/assets/images/help/stars/stars_filter_topic.png)
124+
{% data reusables.stars.stars-page-navigation %}
125+
1. To sort stars, select the **Sort by:** dropdown menu, then select **Recently starred**, **Recently active**, or **Most stars**.
126+
1. To filter your list of stars based on their language, click on the desired language under the **Language** dropdown menu.
127+
1. To filter your list of stars based on repository type, click on the desired option under the **Type:** dropdown menu.
128+
136129

137130
## Further reading
138131

0 commit comments

Comments
 (0)