Files
twenty/packages/twenty-docs/l/zh/developers/contribute/contribute.mdx
T
github-actions[bot] 001c2097a3 i18n - docs translations (#18231)
Created by Github action

<!-- mintlify-editor-comments:start -->
Mintlify
---
0 threads from 0 users in Mintlify

- No unresolved comments
<!-- mintlify-editor-comments:end -->

<!-- mintlify-comment-->

<a
href="https://dashboard.mintlify.com/twenty/twenty/editor/i18n-docs?source=pr_comment"
target="_blank" rel="noopener noreferrer"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg"><img
src="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg"
alt="Open in Mintlify Editor"></picture></a>

<!-- /mintlify-comment -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-02-25 16:50:28 +01:00

32 lines
995 B
Plaintext

---
title: 贡献
description: 为 Twenty 的开源开发做出贡献。
---
<Frame>
<img src="/images/user-guide/github/github-header.png" alt="AI" />
</Frame>
## 概览
Twenty 是开源的,欢迎社区贡献。 无论您是在修复错误、添加功能,还是改进文档,您的贡献都将帮助 Twenty 变得更好,惠及所有人。
## 贡献方式
* **报告错误**: 帮助识别并记录问题
* **提交功能**: 提出并实现新功能
* **改进文档**: 让我们的文档更清晰、更有帮助
* **前端开发**: 参与基于 React 的 UI 开发
* **后端开发**: 为 NestJS 服务器做出贡献
## 开始使用
<CardGroup cols={2}>
<Card title="错误报告与功能请求" icon="bug" href="/l/zh/developers/contribute/capabilities/bug-and-requests">
报告问题或请求功能
</Card>
<Card title="前端开发" icon="browser" href="/l/zh/developers/contribute/capabilities/frontend-development">
为 UI 做出贡献
</Card>
</CardGroup>