|
|
@@ -139,12 +139,12 @@ jupyter lab
|
|
|
|
|
|
<strong>步骤 1:Fork 仓库</strong>
|
|
|
|
|
|
-1. 访问 Hello-Agents 仓库:https://github.com/datawhalechina/Hello-Agents
|
|
|
+1. 访问 Hello-Agents 仓库:https://github.com/datawhalechina/hello-agents
|
|
|
2. 点击右上角的"Fork"按钮,如图 16.1 红色方框位置
|
|
|
3. 选择你的 GitHub 账号,创建 Fork
|
|
|
|
|
|
<div align="center">
|
|
|
- <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-1.png" alt="" width="85%"/>
|
|
|
+ <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-1.png" alt="" width="85%"/>
|
|
|
<p>图 16.1 Fork 仓库步骤</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -152,7 +152,7 @@ jupyter lab
|
|
|
|
|
|
```bash
|
|
|
# 如图16.2所示,克隆你Fork的仓库
|
|
|
-git clone git@github.com:你的用户名/Hello-Agents.git
|
|
|
+git clone git@github.com:你的用户名/hello-agents.git
|
|
|
|
|
|
# 进入项目目录
|
|
|
cd Hello-Agents
|
|
|
@@ -165,7 +165,7 @@ git remote -v
|
|
|
```
|
|
|
|
|
|
<div align="center">
|
|
|
- <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-2.png" alt="" width="85%"/>
|
|
|
+ <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-2.png" alt="" width="85%"/>
|
|
|
<p>图 16.2 克隆仓库到本地</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -620,21 +620,21 @@ git push origin feature/你的项目名称
|
|
|
|
|
|
<strong>步骤 1:访问 GitHub</strong>
|
|
|
|
|
|
-1. 访问你 Fork 的仓库:`https://github.com/你的用户名/Hello-Agents`
|
|
|
+1. 访问你 Fork 的仓库:`https://github.com/你的用户名/hello-agents`
|
|
|
2. 点击"Pull requests"标签,如图 16.3 所示
|
|
|
3. 点击"New pull request"按钮
|
|
|
|
|
|
<div align="center">
|
|
|
- <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-3.png" alt="" width="85%"/>
|
|
|
+ <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-3.png" alt="" width="85%"/>
|
|
|
<p>图 16.3 创建 Pull Request</p>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<strong>步骤 2:选择分支</strong>
|
|
|
|
|
|
-- Base repository: `datawhalechina/Hello-Agents`
|
|
|
+- Base repository: `datawhalechina/hello-agents`
|
|
|
- Base branch: `main`
|
|
|
-- Head repository: `你的用户名/Hello-Agents`
|
|
|
+- Head repository: `你的用户名/hello-agents`
|
|
|
- Compare branch: `feature/你的项目名称`
|
|
|
|
|
|
<strong>步骤 3:填写 PR 信息</strong>
|
|
|
@@ -699,7 +699,7 @@ git push origin feature/你的项目名称
|
|
|
如图 16.4 所示,点击"Create pull request"按钮提交。
|
|
|
|
|
|
<div align="center">
|
|
|
- <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-4.png" alt="" width="85%"/>
|
|
|
+ <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-4.png" alt="" width="85%"/>
|
|
|
<p>图 16.4 提交 Pull Request</p>
|
|
|
</div>
|
|
|
|
|
|
@@ -979,7 +979,7 @@ jupyter lab
|
|
|
## 👤 作者
|
|
|
|
|
|
- GitHub: [@jjyaoao](https://github.com/jjyaoao)
|
|
|
-- 项目链接:[CodeReviewAgent](https://github.com/datawhalechina/Hello-Agents/tree/main/Co-creation-projects/jjyaoao-CodeReviewAgent)
|
|
|
+- 项目链接:[CodeReviewAgent](https://github.com/datawhalechina/hello-agents/tree/main/Co-creation-projects/jjyaoao-CodeReviewAgent)
|
|
|
|
|
|
## 🙏 致谢
|
|
|
|