|
|
@@ -632,18 +632,11 @@ git push origin feature/你的项目名称
|
|
|
|
|
|
<strong>步骤2:选择分支</strong>
|
|
|
|
|
|
-- 完整过程可参考图16.4。
|
|
|
- Base repository: `datawhalechina/Hello-Agents`
|
|
|
- Base branch: `main`
|
|
|
- Head repository: `你的用户名/Hello-Agents`
|
|
|
- Compare branch: `feature/你的项目名称`
|
|
|
|
|
|
-<div align="center">
|
|
|
- <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-5-select-branch.png" alt="" width="85%"/>
|
|
|
- <p>图 16.4 选择分支</p>
|
|
|
-</div>
|
|
|
-
|
|
|
-
|
|
|
<strong>步骤3:填写PR信息</strong>
|
|
|
|
|
|
<strong>⚠️ 重要:PR标题统一格式</strong>
|
|
|
@@ -703,14 +696,15 @@ git push origin feature/你的项目名称
|
|
|
|
|
|
<strong>步骤4:提交PR</strong>
|
|
|
|
|
|
-点击"Create pull request"按钮提交。
|
|
|
+如图16.4所示,点击"Create pull request"按钮提交。
|
|
|
|
|
|
<div align="center">
|
|
|
<img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-6-submit-pr.png" alt="" width="85%"/>
|
|
|
- <p>图 16.5 提交Pull Request</p>
|
|
|
+ <p>图 16.4 提交Pull Request</p>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
+
|
|
|
### 16.5.3 响应Review意见
|
|
|
|
|
|
提交PR后,社区成员会review你的代码并提出建议。请及时响应:
|