贡献者相关文档

This commit is contained in:
shirenchuang
2022-10-10 15:57:07 +08:00
committed by EricZeng
parent 7163c74cba
commit 0fea002142
3 changed files with 145 additions and 22 deletions

View File

@@ -1,4 +1,3 @@
@[TOC]
### 贡献流程
@@ -7,6 +6,7 @@
#### 1. fork didi/KnowStreaming项目到您的github库
找到你要Fork的项目,例如 [KnowStreaming](https://github.com/didi/KnowStreaming) ,点击Fork按钮。
![在这里插入图片描述](https://img-blog.csdnimg.cn/ac7bfef9ccde49d587c30e702a615ef5.png)
@@ -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

View File

@@ -98,7 +98,7 @@ Commiter将轮流review代码以确保在合并前至少有一名Commiter
只要成功提交并合并PR , 则为Contributor
名单请看:[开发者名单](../开发者名单.md)
名单请看:[开发者名单](./开发者名单.md)
## 尝试成为Commiter
@@ -146,4 +146,4 @@ Commiter将轮流review代码以确保在合并前至少有一名Commiter
- 每季度有KnowStreaming项目团队评选出杰出贡献者,颁发相应证书。
- 年末进行年度评选
贡献者名单请看:[贡献者名单](../开发者名单.md)
贡献者名单请看:[贡献者名单](./开发者名单.md)