Skip to content

Commit

Permalink
[Accessibility]:Review images update - help/stars/update (github#35836)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
  • Loading branch information
cmwilson21 and isaacmbrown authored Mar 28, 2023
1 parent 86a4dc6 commit a5c06d7
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 25 deletions.
Binary file modified assets/images/help/stars/add-repo-to-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed assets/images/help/stars/create-list.png
Binary file not shown.
Binary file modified assets/images/help/stars/edit-list-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/help/stars/lists-overview-on-stars-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/help/stars/navigate-to-stars-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified assets/images/help/stars/starring-a-repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/help/stars/stars-dropdown-on-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/help/stars/stars_filter_language.png
Binary file not shown.
Binary file removed assets/images/help/stars/stars_filter_topic.png
Binary file not shown.
Binary file removed assets/images/help/stars/stars_search_bar.png
Binary file not shown.
Binary file removed assets/images/help/stars/stars_sort_menu.png
Binary file not shown.
Binary file modified assets/images/help/stars/unstarring-a-repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Starring a repository is a simple two-step process.

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

{% ifversion fpt or ghec %}

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

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`.

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.
![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)

![Screenshot of lists on stars page](/assets/images/help/stars/lists-overview-on-stars-page.png)
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.

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.

![Screenshot of "Star" dropdown menu with list options featured from the repository page](/assets/images/help/stars/stars-dropdown-on-repo.png)
![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)

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

### Creating a list

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

### Adding a repository to a list

{% data reusables.stars.stars-page-navigation %}
2. Find the repository you want to add to your list.
![Screenshot of starred repos search bar](/assets/images/help/stars/search-bar-for-starred-repos.png)
2. Find the repository you want to add to your list by typing it into the search bar.
3. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
![Screenshot of dropdown showing a list checkboxes](/assets/images/help/stars/add-repo-to-list.png)
![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)

### Removing a repository from your list

{% data reusables.stars.stars-page-navigation %}
2. Select your list.
3. Next to the repository you want to remove, use the **Starred** dropdown menu and deselect your list.
![Screenshot of dropdown showing list checkboxes](/assets/images/help/stars/add-repo-to-list.png)
3. Next to the repository you want to remove, use the **Starred** drop-down menu and deselect your list.
![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)

### Editing a list name or description

{% data reusables.stars.stars-page-navigation %}
1. Select the list you want to edit.
2. Click **Edit list**.
3. Update the name or description and click **Save list**.
![Screenshot of modal showing "Save list" button](/assets/images/help/stars/edit-list-options.png)
![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)

### Deleting a list

{% data reusables.stars.stars-page-navigation %}
2. Select the list you want to delete.
3. Click **Delete list**.
![Screenshot of modal showing "Delete list" button](/assets/images/help/stars/edit-list-options.png)
![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)
4. To confirm, click **Delete**.

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

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

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

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).

## Sorting and filtering stars on your stars page

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

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


## Further reading

Expand Down

0 comments on commit a5c06d7

Please sign in to comment.