You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First wave of content
* Revise first draft
* Smoother intro
* Add images
* Fundamentals
* Trigger new build
* Apply suggestions from code review
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
* Apply suggestions from code review
* Apply suggestions from code review
* Add new image
* More context on searching for the complexity of the UI
* UI update
* Add public beta note
Co-authored-by: “jmarlena” <“jmarlena@github.com”>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ People who visit your profile see a timeline of your contribution activity, like
30
30
People who visit your profile can also see the following information.
31
31
32
32
- Repositories and gists you own or contribute to. {% ifversion fpt or ghes or ghec %}You can showcase your best work by pinning repositories and gists to your profile. For more information, see "[Pinning items to your profile](/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile)."{% endif %}
33
-
- Repositories you've starred. For more information, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)."
33
+
- Repositories you've starred{% ifversion fpt or ghec %} and organized into lists.{% endif %} For more information, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)."
34
34
- An overview of your activity in organizations, repositories, and teams you're most active in. For more information, see "[Showing an overview of your activity on your profile](/articles/showing-an-overview-of-your-activity-on-your-profile)."{% ifversion fpt or ghec %}
35
35
- Badges that show if you use {% data variables.product.prodname_pro %} or participate in programs like the {% data variables.product.prodname_arctic_vault %}, {% data variables.product.prodname_sponsors %}, or the {% data variables.product.company_short %} Developer Program. For more information, see "[Personalizing your profile](/github/setting-up-and-managing-your-github-profile/personalizing-your-profile#displaying-badges-on-your-profile)."{% endif %}
Copy file name to clipboardExpand all lines: content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md
+65-3Lines changed: 65 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,17 +40,79 @@ Starring a repository is a simple two-step process.
40
40
1. Optionally, to unstar a previously starred repository, click **Unstar**.
41
41

42
42
43
-
## Searching stars
43
+
{% ifversion fpt or ghec %}
44
+
## Organizing starred repositories with lists
45
+
46
+
{% note %}
47
+
48
+
**Note:** Lists are currently in public beta and subject to change.
49
+
50
+
{% endnote %}
51
+
52
+
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`.
53
+
54
+
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.
55
+
56
+

57
+
58
+
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.
59
+
60
+

61
+
62
+

63
+
64
+
### Creating a list
65
+
66
+
{% data reusables.stars.stars-page-navigation %}
67
+
2. Next to "Lists", click **Create list**.
68
+

69
+
3. Enter a name and description for your list and click **Create**.
70
+

71
+
72
+
### Adding a repository to a list
73
+
74
+
{% data reusables.stars.stars-page-navigation %}
75
+
2. Find the repository you want to add to your list.
76
+

77
+
3. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
78
+

79
+
80
+
### Removing a repository from your list
81
+
82
+
{% data reusables.stars.stars-page-navigation %}
83
+
2. Select your list.
84
+
3. Next to the repository you want to remove, use the **Starred** dropdown menu and deselect your list.
85
+

86
+
87
+
### Editing a list name or description
88
+
89
+
{% data reusables.stars.stars-page-navigation %}
90
+
1. Select the list you want to edit.
91
+
2. Click **Edit list**.
92
+
3. Update the name or description and click **Save list**.
93
+

94
+
95
+
### Deleting a list
96
+
97
+
{% data reusables.stars.stars-page-navigation %}
98
+
2. Select the list you want to delete.
99
+
3. Click **Delete list**.
100
+

101
+
4. To confirm, click **Delete**.
102
+
103
+
{% endif %}
104
+
105
+
## Searching starred repositories and topics
44
106
45
-
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
107
+
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
46
108
47
109
1. Go to your {% data variables.explore.your_stars_page %}.
48
110
1. Use the search bar to find your starred repositories or topics by their name.
49
111

50
112
51
113
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).
52
114
53
-
## Sorting and filtering stars
115
+
## Sorting and filtering stars on your stars page
54
116
55
117
You can use sorting or filtering to customize how you see starred repositories and topics on your stars page.
0 commit comments