# 贡献代码

我们欢迎对 Cherry Studio 的贡献！您可以通过以下方式贡献：

1\. **贡献代码：**&#x5F00;发新功能或优化现有代码。

2\. **修复错误：**&#x63D0;交您发现的错误修复。

3\. **维护问题：**&#x5E2E;助管理 GitHub 问题。

4\. **产品设计：**&#x53C2;与设计讨论。

5\. **撰写文档：**&#x6539;进用户手册和指南。

6\. **社区参与：**&#x52A0;入讨论并帮助用户。

7\. **推广使用：**&#x5BA3;传 Cherry Studio。

## 参与方式

发送邮件到 [dev@cherry-ai.com](mailto:dev@cherry-ai.com?subject=申请成为开发者\&body=申请理由)

邮件标题：申请成为开发者

邮件内容：申请理由


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cherry-ai.com/contribution/code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
