1
0
mirror of synced 2025-12-23 21:07:12 -05:00

EDI-ify articles on the personal dashboard and personal account repo perms (#57131)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
This commit is contained in:
Sam Browning
2025-08-18 08:33:24 -04:00
committed by GitHub
parent 3f7e280820
commit c846acd3be
8 changed files with 103 additions and 51 deletions

View File

@@ -1,13 +1,13 @@
---
title: Get started with your GitHub account and profile
shortTitle: Get started
intro: 'Learn the basics of your {% data variables.product.github %} account and profile.'
intro: Learn the basics of your {% data variables.product.github %} account and profile.
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /about-your-personal-dashboard
- /personal-dashboard-quickstart
- /personalizing-your-profile
---

View File

@@ -1,5 +1,5 @@
---
title: About your personal dashboard
title: Quickstart for your personal dashboard
redirect_from:
- /hidden/about-improved-navigation-to-commonly-accessed-pages-on-github
- /articles/opting-into-the-public-beta-for-a-new-dashboard
@@ -9,14 +9,15 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard
intro: 'You can visit your personal dashboard to keep track of issues and pull requests you''re working on or following, navigate to your top repositories and team pages, stay updated on recent activities in organizations and repositories you''re subscribed to, and explore recommended repositories.'
- /account-and-profile/get-started/about-your-personal-dashboard
intro: Your personal dashboard helps you track issues and pull requests, find your top repositories and teams, stay up-to-date with organizations and repositories you're subscribed to, and explore recommended repositories.
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Accounts
shortTitle: Your personal dashboard
shortTitle: Personal dashboard quickstart
---
## Accessing your personal dashboard
@@ -27,9 +28,7 @@ To access your personal dashboard once you're signed in, click the {% octicon "m
## Finding your recent activity
In the "Recent activity" section of your news feed, you can quickly find and follow up with recently updated issues and pull requests you're working on. Under "Recent activity", you can preview up to 4 recent updates made in the last two weeks.
{% data reusables.dashboard.recent-activity-qualifying-events %}
In the "Recent activity" section of your news feed, you can quickly find and follow up with recently updated issues and pull requests you're working on.
## Finding your top repositories and teams
@@ -37,28 +36,17 @@ In the global navigation menu, you can access the top repositories and teams you
![Screenshot of the navigation bar on {% data variables.product.github %}. The "Open global navigation menu" icon is outlined in dark orange.](/assets/images/help/navigation/global-navigation-menu-icon.png)
The list of top repositories is automatically generated, and can include any repository you have interacted with, whether it's owned directly by your account or not. Interactions include making commits and opening or commenting on issues and pull requests. The list of top repositories cannot be edited, but repositories will drop off the list 1 year after you last interacted with them.
You can also find a list of your recently visited repositories, teams, and projects when you click into the search bar at the top of any page on {% data variables.product.github %}.
## Staying updated with activity from the community
## Staying up-to-date with activity from the community
{% ifversion feed %}
> [!NOTE]
> The new feed is currently in {% data variables.release-phases.public_preview %} and subject to change.
{% data reusables.dashboard.feed-beta-note %}
The feed is designed to help you discover relevant content from projects you follow, keep up with your friends and community members, and track recent activity in your communities.
You can use the **{% octicon "filter" aria-hidden="true" aria-label="filter" %} Filter** dropdown in the upper right corner to filter the feed to show only the exact event types you'd like to see. For example, you'll see updates when someone you follow:
* Stars a repository
* Follows another user
* Creates a public repository
* Opens an issue or pull request with `help wanted` or `good first issue` label on a repository you're watching
* Pushes commits to a repository you watch
* Forks a public repository
* Publishes a new release
You can use the **{% octicon "filter" aria-hidden="true" aria-label="filter" %} Filter** dropdown in the upper right corner to filter the feed to show only the exact event types you'd like to see.
{% else %}
The main section of your dashboard has two activity feeds:
@@ -68,33 +56,18 @@ The main section of your dashboard has two activity feeds:
### 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:
* Stars a repository.
* Follows another user.
* Creates a public repository.
* Opens an issue or pull request with "help wanted" or "good first issue" label on a repository you're watching.
* Pushes commits to a repository you watch.
* Forks a public repository.
* Publishes a new release.
This feed shows activity from repositories and users you have shown a direct interest in, by following a user or watching a repository.
For more information about following people and starring repositories, see [AUTOTITLE](/get-started/exploring-projects-on-github/following-people) and [AUTOTITLE](/get-started/exploring-projects-on-github/saving-repositories-with-stars).
### For you feed
> [!NOTE]
> This new tab is currently in {% data variables.release-phases.public_preview %} and subject to change.
{% data reusables.dashboard.for-you-feed-beta-note %}
This feed shows activity and recommendations based on your network on {% data variables.product.github %}. 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
This feed shows activity and recommendations based on your network on {% data variables.product.github %}. 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.
{% endif %}
## Further reading
## Next steps
* [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard)
To understand how {% data variables.product.github %} determines what is displayed on your personal dashboard, see [AUTOTITLE](/account-and-profile/reference/personal-dashboard).