зеркало из https://github.com/github/docs.git
[March 21, 2022] Updates for new feed and new option to follow organizations (#26095)
This commit is contained in:
Родитель
0bc34b18f4
Коммит
c76963ddab
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 17 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 17 KiB |
|
@ -40,9 +40,23 @@ You can also find a list of your recently visited repositories, teams, and proje
|
|||
|
||||
## Staying updated with activity from the community
|
||||
|
||||
In the "All activity" section of your news feed, you can view updates from repositories you're subscribed to and people you follow. The "All activity" section shows updates from repositories you watch or have starred, and from users you follow.
|
||||
{% if for-you-feed %}
|
||||
The main section of your dashboard has two activity feeds:
|
||||
|
||||
- Following: Activity by people you follow and from repositories you watch.
|
||||
- For you: Activity and recommendations based on your {% data variables.product.product_name %} network.
|
||||
|
||||
### Following feed
|
||||
|
||||
This feed shows activity from repositories and users you have shown a direct interest in, by following a user or watching a repository. For example, you'll see updates when a user you follow:
|
||||
|
||||
{% else %}
|
||||
In the "All activity" section of your news feed, you can view updates from repositories you watch and users you follow.
|
||||
|
||||
You'll see updates in your news feed when a user you follow:
|
||||
{% endif %}
|
||||
|
||||
|
||||
- Stars a repository.
|
||||
- Follows another user.{% ifversion fpt or ghes or ghec %}
|
||||
- Creates a public repository.{% endif %}
|
||||
|
@ -51,7 +65,26 @@ You'll see updates in your news feed when a user you follow:
|
|||
- Forks a public repository.{% endif %}
|
||||
- Publishes a new release.
|
||||
|
||||
For more information about starring repositories and following people, see "[Saving repositories with stars](/articles/saving-repositories-with-stars/)" and "[Following people](/articles/following-people)."
|
||||
For more information about starring repositories and following people, see "[Following people](/articles/following-people)" and "[Be social](/get-started/quickstart/be-social)."
|
||||
|
||||
{% if for-you-feed %}
|
||||
### For you feed
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** This new tab is currently in public beta and subject to change.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
This feed shows activity and recommendations based on your network on {% data variables.product.product_name %}. It's designed to provide updates that inspire you, keep you up-to-date, and help you find new communities you want to participate in. Your network includes:
|
||||
|
||||
- Repositories you have starred
|
||||
- Repositories you've contributed to
|
||||
- Users you follow or sponsor
|
||||
- Users you've collaborated with
|
||||
- Organizations you follow
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Exploring recommended repositories
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ If there's a particular topic that interests you, visit `github.com/topics/<topi
|
|||
|
||||
If you've been active on {% data variables.product.product_location %}, you can find personalized recommendations for projects and good first issues based on your past contributions, stars, and other activities in [Explore](https://github.com/explore). You can also sign up for the Explore newsletter to receive emails about opportunities to contribute to {% data variables.product.product_name %} based on your interests. To sign up, see [Explore email newsletter](https://github.com/explore/subscribe).
|
||||
|
||||
Keep up with recent activity from repositories you watch and people you follow in the "All activity" section of your personal dashboard. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
|
||||
Keep up with recent activity from repositories you watch and people{% if for-you-feed %}, and organizations{% endif %} you follow with your personal dashboard. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
|
||||
|
||||
{% data reusables.support.ask-and-answer-forum %}
|
||||
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
title: Following organizations
|
||||
intro: 'You can follow organizations on {% data variables.product.product_name %} to receive notifications about their activity.'
|
||||
versions:
|
||||
feature: for-you-feed
|
||||
topics:
|
||||
- Profile
|
||||
---
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** The ability to follow organizations is currently in public beta and subject to change.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
## About followers on {% data variables.product.product_name %}
|
||||
|
||||
When you follow organizations, you'll see their public activity on your personal dashboard. For more information, see "[About your personal dashboard](/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard#staying-updated-with-activity-from-the-community)."
|
||||
|
||||
You can unfollow an organization if you do not wish to see their public activity on {% data variables.product.product_name %}.
|
||||
|
||||
## Following an organization on {% data variables.product.product_name %}
|
||||
|
||||
1. Go to the organization page you want to follow
|
||||
2. Click **Follow** in the top-right corner of the header
|
||||
|
||||
![Screenshot of the organization header, with the follow button highlighted](/assets/images/help/profile/organization-profile-following.png)
|
||||
|
||||
## Unfollowing an organization on {% data variables.product.product_name %}
|
||||
|
||||
1. Go to the organization page you want to unfollow
|
||||
2. Click **Unfollow** in the top-right corner of the header.
|
||||
|
||||
![Screenshot of the organization header, with the unfollow button highlighted](/assets/images/help/profile/organization-profile-unfollowing.png)
|
||||
|
||||
## Viewing people and organizations a user follows on {% data variables.product.product_name %}
|
||||
|
||||
1. Click a user image to display that user's profile.
|
||||
|
||||
![User image](/assets/images/help/profile/user-profile-image.png)
|
||||
|
||||
2. Click **following** under their profile image.
|
||||
|
||||
![User following](/assets/images/help/profile/user-profile-following.png)
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
## Further reading
|
||||
|
||||
- "[Following people](/get-started/exploring-projects-on-github/following-people)"
|
||||
{% endif %}
|
|
@ -17,7 +17,7 @@ topics:
|
|||
|
||||
## About followers on {% data variables.product.product_name %}
|
||||
|
||||
When you follow people, you'll see their public activity in the activity view of your news feed.{% ifversion fpt or ghec %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you in the discovery view of your news feed.{% endif %}
|
||||
When you follow people, you'll see their public activity on your personal dashboard.{% ifversion fpt or ghec %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you.{% endif %} For more information, see "[About your personal dashboard](/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard#staying-updated-with-activity-from-the-community)."
|
||||
|
||||
You can unfollow someone if you do not wish to see their public activity on {% data variables.product.product_name %}.
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ children:
|
|||
- /finding-ways-to-contribute-to-open-source-on-github
|
||||
- /saving-repositories-with-stars
|
||||
- /following-people
|
||||
- /following-organizations
|
||||
shortTitle: Explore projects
|
||||
---
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ You can search, sort, and filter your starred repositories and topics on your {%
|
|||
Starring makes it easy to find a repository or topic again later. You can see all the repositories and topics you have starred by going to your {% data variables.explore.your_stars_page %}.
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
You can star repositories and topics to discover similar projects on {% data variables.product.product_name %}. When you star repositories or topics, {% data variables.product.product_name %} may recommend related content in the discovery view of your news feed. For more information, see "[Finding ways to contribute to open source on {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)".
|
||||
You can star repositories and topics to discover similar projects on {% data variables.product.product_name %}. When you star repositories or topics, {% data variables.product.product_name %} may recommend related content on your personal dashboard. For more information, see "[Finding ways to contribute to open source on {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)" and "[About your personal dashboard](/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard#staying-updated-with-activity-from-the-community)."
|
||||
{% endif %}
|
||||
|
||||
Starring a repository also shows appreciation to the repository maintainer for their work. Many of {% data variables.product.prodname_dotcom %}'s repository rankings depend on the number of stars a repository has. In addition, [Explore](https://github.com/explore) shows popular repositories based on the number of stars they have.
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Issues 4834 and 5722
|
||||
# New feed for personal dashboards and option to follow organizations
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
Загрузка…
Ссылка в новой задаче