We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aec793 commit 3298a3cCopy full SHA for 3298a3c
CONTRIBUTING.md
@@ -0,0 +1,21 @@
1
+# 贡献代码到 agentkit-samples
2
+
3
+欢迎您参与贡献代码到 `agentkit-samples` 项目!
4
5
+## 方法
6
7
+如果您有新的示例或改进建议,请:
8
9
+1. Fork 本仓库到您的 Github 仓库空间下
10
+2. 在您的本地创建新分支 (git checkout -b feature/amazing-example)
11
+3. 基于 template/ 目录创建新的 Sample 工程
12
+4. 提交更改 (git commit -m 'feat(sample): add amazing example')
13
+5. 推送到分支 (git push origin feature/amazing-example)
14
+6. 在本仓库中创建 Pull Request 来申请合并您的变更
15
16
+> [!IMPORTANT]
17
+> 请您务必遵守 `template` 目录下的文件结构和命名规范,并遵循 [README.md](https://github.com/volcengine/agentkit-samples/blob/main/template/README.md) 文件中的**二级标题**规范。缺少二级标题会导致您的提交无法通过 CI/CD 检查。
18
19
+## 审核
20
21
+您的代码将会在 2 个工作日内进行审核,并在 Github 中反馈给您。
0 commit comments