1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Files
docs/content/get-started/quickstart/be-social.md
2021-06-24 10:21:07 -04:00

80 lines
4.7 KiB
Markdown

---
title: Be social
redirect_from:
- /be-social/
- /articles/be-social
- /github/getting-started-with-github/be-social
- /github/getting-started-with-github/quickstart/be-social
intro: 'You can interact with people, repositories, and organizations on {% data variables.product.prodname_dotcom %}. See what others are working on and who they''re connecting with from your personal dashboard.'
versions:
fpt: '*'
ghes: '*'
ghae: '*'
topics:
- Profile
- Pull requests
- Issues
- Notifications
- Accounts
---
To learn about accessing your personal dashboard, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
## Following people
When you follow someone on {% data variables.product.product_location %}, you'll get notifications on your personal dashboard about their activity. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
Click **Follow** on a person's profile page to follow them.
![Follow user button](/assets/images/help/profile/follow-user-button.png)
## Watching a repository
You can watch a repository to receive notifications for new pull requests and issues. When the owner updates the repository, you'll see the changes in your personal dashboard. For more information see {% ifversion fpt or ghae or ghes %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}."
Click **Watch** at the top of a repository to watch it.
![Watch repository button](/assets/images/help/repository/repo-actions-watch.png)
## Joining the conversation
{% data reusables.support.ask-and-answer-forum %}
## Communicating on {% data variables.product.product_name %}
{% data variables.product.product_name %} provides built-in collaborative communication tools, such as issues and pull requests, allowing you to interact closely with your community when building great software. For an overview of these tools, and information about the specificity of each, see "[Quickstart for communicating on {% data variables.product.prodname_dotcom %}](/github/collaborating-with-issues-and-pull-requests/quickstart-for-communicating-on-github)."
## Doing even more
### Creating pull requests
You may want to contribute to another person's project, whether to add features or to fix bugs. After making changes, let the original author know by sending a pull request. For more information, see "[About pull requests](/articles/about-pull-requests)."
![Pull request button](/assets/images/help/repository/repo-actions-pullrequest.png)
### Using issues
When collaborating on a repository, use issues to track ideas, enhancements, tasks, or bugs. For more information, see '[About issues](/articles/about-issues/)."
![Issues button](/assets/images/help/repository/repo-tabs-issues.png)
### Participating in organizations
Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once. Owners and administrators can establish teams with special permissions, have a public organization profile, and keep track of activity within the organization. For more information, see "[About organizations](/articles/about-organizations/)."
![Switch account context dropdown](/assets/images/help/overview/dashboard-contextswitcher.png)
### Exploring other projects on {% data variables.product.prodname_dotcom %}
Discover interesting projects using {% data variables.explore.explore_github %}, [Explore repositories](https://github.com/explore), and the {% data variables.explore.trending_page %}. Star interesting projects and come back to them later. Visit your {% data variables.explore.your_stars_page %} to see all your starred projects. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard/)."
## Celebrate
You're now connected to the {% data variables.product.product_name %} community. What do you want to do next?
![Star a project](/assets/images/help/stars/star-a-project.png)
- To synchronize your {% data variables.product.product_name %} projects with your computer, you can set up Git. For more information see "[Set up Git](/articles/set-up-git)."
- You can also create a repository, where you can put all your projects and maintain your workflows. For more information see, "[Create a repository](/articles/create-a-repo)."
- You can fork a repository to make changes you want to see without affecting the original repository. For more information, see "[Fork a repository](/articles/fork-a-repo)."
- {% data reusables.support.connect-in-the-forum-bootcamp %}