Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ deepx框架的发展,主要包括五大类方向

## 步骤

第一次提交
第一个job:完成编译
1. Fork本仓库(github.com/array2d/deepx)的main分支,到你的github/yourname/deepx
2. 本地clone github/yourname/deepx
3. 按照doc目录支持,完成编译,运行front/py/example的例子
4. 来到 #75 issue,证明你在deepx的第一份工作

第一次提交

3. 提交并推送您的更改到你的github:`git commit -m 'Add some feature'`
4. 创建一个Pull Request。

Expand All @@ -25,4 +30,4 @@ deepx框架的发展,主要包括五大类方向
2. 在github/yourname/deepx中sync fork【危险操作,会删除你新增的代码】,拉取(github.com/array2d/deepx) main分支的最新代码
3. 本地clone github/yourname/deepx
4. 提交并推送您的更改到你的github:`git commit -m 'Add some feature'`
5. 创建一个Pull Request。
5. 创建一个Pull Request。
Loading