Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.2 KB

File metadata and controls

27 lines (20 loc) · 1.2 KB

贡献代码到 agentkit-samples

欢迎您参与贡献代码到 agentkit-samples 项目!

方法

如果您有新的示例或改进建议,请遵循以下步骤:

  1. Fork 本仓库到您的 Github 仓库空间下
  2. 将您的 Fork 仓库 Clone 到本地(git clone ...
  3. 在您本地仓库的根目录中,安装 pre-commit 工具(pip install pre-commit & pre-commit install
  4. 在您的本地创建新分支 (git checkout -b feature/amazing-example)
  5. 基于 template/ 目录创建新的 Sample 工程
  6. 提交更改 (git commit -m 'feat(sample): add amazing example')
  7. 推送到分支 (git push origin feature/amazing-example)
  8. 在本仓库中创建 Pull Request 来申请合并您的变更

Important

请您务必遵守 template 目录下的文件结构和命名规范,并遵循 README.md 文件中的二级标题规范。

请您务必安装 pre-commit 工具,以确保您的提交符合规范。

未执行上述步骤,可能会导致您的提交无法通过 CI/CD 检查。

审核

您的代码将会在 2 个工作日内进行审核,并在 Github 中反馈给您。