mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
贡献者相关文档
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
@[TOC]
|
||||
|
||||
### 贡献流程
|
||||
|
||||
@@ -7,6 +6,7 @@
|
||||
#### 1. fork didi/KnowStreaming项目到您的github库
|
||||
|
||||
找到你要Fork的项目,例如 [KnowStreaming](https://github.com/didi/KnowStreaming) ,点击Fork按钮。
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -25,15 +25,18 @@ cd KnowStreaming
|
||||
|
||||
```sh
|
||||
|
||||
### 添加源仓库
|
||||
git remote add upstream https://github.com/didi/KnowStreaming
|
||||
|
||||
### 查看是否添加成功
|
||||
git remote -v
|
||||
|
||||
origin ${your fork KnowStreaming repo address} (fetch)
|
||||
origin ${your fork KnowStreaming repo address} (push)
|
||||
upstream https://github.com/didi/KnowStreaming(fetch)
|
||||
upstream https://github.com/didi/KnowStreaming (push)
|
||||
|
||||
|
||||
### 获取源仓库的基本信息
|
||||
git fetch origin
|
||||
git fetch upstream
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ Commiter将轮流review代码,以确保在合并前至少有一名Commiter
|
||||
|
||||
只要成功提交并合并PR , 则为Contributor
|
||||
|
||||
名单请看:[开发者名单](../开发者名单.md)
|
||||
名单请看:[开发者名单](./开发者名单.md)
|
||||
|
||||
## 尝试成为Commiter
|
||||
|
||||
@@ -146,4 +146,4 @@ Commiter将轮流review代码,以确保在合并前至少有一名Commiter
|
||||
- 每季度有KnowStreaming项目团队评选出杰出贡献者,颁发相应证书。
|
||||
- 年末进行年度评选
|
||||
|
||||
贡献者名单请看:[贡献者名单](../开发者名单.md)
|
||||
贡献者名单请看:[贡献者名单](./开发者名单.md)
|
||||
Reference in New Issue
Block a user