> ## Documentation Index
> Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 贡献者

<div className="not-prose my-4 rounded-md border border-gray-200 bg-gray-50 p-2 text-sm dark:border-gray-800 dark:bg-gray-900/40">
  <div className="mb-2 px-1 text-xs font-semibold uppercase tracking-wide text-gray-500 dark:text-gray-400">需要帮助？</div>

  <div className="flex flex-wrap gap-2">
    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://discord.gg/sDE2HhGTg4" target="_blank" rel="noreferrer">
      <Icon icon="discord" iconType="brands" size={14} />

      <span>在 Discord 提问</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/issues/new/choose" target="_blank" rel="noreferrer">
      <Icon icon="github" iconType="brands" size={14} />

      <span>提交 GitHub Issue</span>
    </a>

    <a className="inline-flex items-center gap-2 rounded-md border border-gray-200 bg-white px-3 py-1.5 font-medium text-gray-700 no-underline shadow-sm hover:border-gray-300 hover:bg-gray-50 dark:border-gray-800 dark:bg-gray-950/60 dark:text-gray-200 dark:hover:bg-gray-900" href="https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/zh-Hans/SUPPORT.md" target="_blank" rel="noreferrer">
      <Icon icon="life-ring" size={14} />

      <span>支持指南</span>
    </a>
  </div>
</div>

最适合希望通过添加、修订、整理、构建或维护手册材料来塑造 Prompthon Agentic Labs 的人。

先阅读 [从这里开始贡献](/zh-Hans/contributor-kit/start-here) 了解贡献者路径，然后阅读
[Contributing](https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/zh-Hans/CONTRIBUTING.md) 了解公开工作流，使用
[贡献者工具包](/zh-Hans/contributor-kit) 获取工作资产，并参考
[Prompthon Agentic Labs Structure](/zh-Hans/contributor-kit/lab-structure) 查看仓库
地图和参考边界。

## 共享起点

* [Environment Setup](/zh-Hans/reading-paths/environment-setup)：用于验证仓库自有入门项目代码的共享本地设置指南。
* [入门项目](/zh-Hans/reading-paths/sample-projects)：当前入门项目及其预期范围的公开地图。

## 支持的贡献类型

* lab 文章
* radar 笔记
* source 项目
* practitioner skill package
* 精选参考笔记

## 建议顺序

1. [从这里开始贡献](/zh-Hans/contributor-kit/start-here)
2. [Contributing](https://github.com/Prompthon-IO/agent-systems-handbook/blob/main/zh-Hans/CONTRIBUTING.md)
3. [贡献者基础 GitHub 流程](/zh-Hans/contributor-kit/contribution-workflow)
4. [GitHub Issue Guide](/zh-Hans/contributor-kit/github-issue-guide)
5. [贡献者工具包](/zh-Hans/contributor-kit)
6. [Article Guidelines](/zh-Hans/contributor-kit/article-guidelines)
7. [Radar Note Guidelines](/zh-Hans/contributor-kit/radar-note-guidelines)
8. [Source Project Guidelines](/zh-Hans/contributor-kit/source-project-guidelines)
9. [Reference Note Guidelines](/zh-Hans/contributor-kit/reference-note-guidelines)
10. [Review Checklist](/zh-Hans/contributor-kit/review-checklist)
11. [Prompthon Agentic Labs Structure](/zh-Hans/contributor-kit/lab-structure)

## 此路径的优化目标

* 编辑一致性
* 小而可管理的贡献单元
* 清晰的模板和评审期望
* 安全使用参考材料
