You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.0 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Be Social 社交化
====
GitHub 的其中一个伟大的特性是可以看到人们在做什么,他们在和谁联系。
## 关注他人
关于了他人之后,你可以在你的面板上获取他人的活动信息。
点击他们的页面上的“Follow”按钮即可。
![](https://help.github.com/assets/images/help/profile/follow-user-button.png)
## 关注一个项目
有时你需要跟某个项目保持最新。当你在一个项目页面。点击“Watch”按钮
![](https://help.github.com/assets/images/help/repository/repo-actions-watch.png)
当,项目所有者更新的项目,你就可以在面板上看到。
## 可以做更多
上面是基本的社交化功能,但还有更多
### Pull 请求
![](https://help.github.com/assets/images/help/repository/repo-actions-pullrequest.png)
有时你想为某人的项目做贡献,比如添加功能或者修复 bug。当修改后你可以通过发送 [pull 请求](Using pull requests 使用 pull 请求.md) 来让原作者知道。
### 提问
![](https://help.github.com/assets/images/help/repository/repo-tabs-issues.png)
当与人协作时,可以会遇到问题需要解决。每个项目都有一个问题区域用来跟踪问题。
### 组织
![](https://help.github.com/assets/images/help/overview/dashboard-contextswitcher.png)
使用组织来管理项目中的多个用户。组织可以有更多的特殊权限,有一个组织的简介,可以跟踪组织的动态。
### 探索
![](https://help.github.com/assets/images/help/stars/star-a-project.png)
在 [Explore GitHub](https://github.com/explore) 和 [Trending page](https://github.com/trending) 页面发现感兴趣的项目。你可以给感兴趣的项目 star, 这样你可以在 [star 页面](https://github.com/stars)看到你所 star 的项目
## 庆祝
恭喜!你已经是社交名流了。
* [设置 Git](Set Up Git.md)
* [创建一个库](Create A Repo.md)
* [Fork 一个库](Fork A Repo.md)
* 社交化
*参考*<https://help.github.com/articles/be-social/>