Files
nexus/wiki/concepts/Pull-Request-流程.md
2026-04-20 07:08:14 +08:00

19 lines
548 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Pull Request 流程"
type: concept
tags: [workflow, collaboration]
---
## 定义
从提交前准备到 PR 审核的完整协作流程。
## 流程阶段
1. **提交前**:测试智能体、遵循模板、补充示例、定义指标、校对检查
2. **提交 PR**Fork 仓库、创建分支、完成修改、提交、推送、发起 PR
3. **PR 审核**:社区评审 → 迭代优化 → 通过审核 → 合并上线
## PR 模板要素
- 智能体信息(名称、分类、专长)
- 创作动机
- 测试情况
- 检查清单