Add open source contributor welcome section
Invite contributors to participate through code, documentation, and roadmap discussions, with links to the source repository and issues. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17
index.html
17
index.html
@@ -201,6 +201,7 @@
|
||||
<a href="#architecture">架构</a>
|
||||
<a href="#commands">命令</a>
|
||||
<a href="#roadmap">路线图</a>
|
||||
<a href="#contribute">贡献</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -393,6 +394,22 @@ int dstalk_file_write(const char* path, const char* content);</code></pre>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="contribute" class="container section">
|
||||
<div class="section-head">
|
||||
<h2>欢迎开源贡献者</h2>
|
||||
<p>dstalk 是开放项目,欢迎对 C/C++、命令行体验、AI API 适配、GUI、文档和测试感兴趣的开发者一起参与。</p>
|
||||
</div>
|
||||
<div class="cards">
|
||||
<article class="card"><div class="icon">PR</div><h3>提交代码改进</h3><p>可以从构建脚本、错误处理、CLI 交互、流式输出、文件工具和跨平台兼容性开始。</p></article>
|
||||
<article class="card"><div class="icon">DOC</div><h3>完善文档示例</h3><p>欢迎补充安装说明、配置模板、API 调用示例和真实使用场景,降低新用户上手成本。</p></article>
|
||||
<article class="card"><div class="icon">IDEA</div><h3>参与路线图讨论</h3><p>如果你关注 SDL3 GUI、插件系统、LSP 集成或多模型适配,欢迎提出设计建议和 issue。</p></article>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a class="btn btn-primary" href="https://git.pulsareon.com/pulsareon/dstalk">前往源码仓库</a>
|
||||
<a class="btn btn-secondary" href="https://git.pulsareon.com/pulsareon/dstalk/issues">提交 Issue</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container cta">
|
||||
<h2>从终端开始,把 dstalk 嵌入更多工具</h2>
|
||||
<p>dstalk 的核心价值不只是一个 CLI,而是一个可被多前端复用的本地 AI 编程核心。dstalk.top 会持续同步项目进展、构建方式和可用能力。</p>
|
||||
|
||||
Reference in New Issue
Block a user