Files
twenty/packages/twenty-docs/l/it/developers/contribute/contribute.mdx
T
Félix Malfait 3dd858c91e i18n - docs translations (#16774)
Created by Github action

Pulls the latest documentation translations from Crowdin for all
supported languages:
- French (fr)
- Arabic (ar)  
- Czech (cs)
- German (de)
- Spanish (es)
- Italian (it)
- Japanese (ja)
- Korean (ko)
- Portuguese (pt)
- Romanian (ro)
- Russian (ru)
- Turkish (tr)
- Chinese (zh-CN)

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2025-12-23 14:26:11 +01:00

33 lines
1.1 KiB
Plaintext

---
title: Contribute
description: Contribute to Twenty's open-source development.
---
<Frame>
<img src="/images/user-guide/github/github-header.png" alt="AI" />
</Frame>
## Panoramica
Twenty is open-source and welcomes contributions from the community. Whether you're fixing bugs, adding features, or improving documentation, your contributions help make Twenty better for everyone.
## Ways to Contribute
* **Report bugs**: Help identify and document issues
* **Submit features**: Propose and implement new functionality
* **Improve documentation**: Make our docs clearer and more helpful
* **Frontend development**: Work on the React-based UI
* **Backend development**: Contribute to the NestJS server
## Getting Started
<CardGroup cols={2}>
<Card title="Bug Reports & Requests" icon="bug" href="/l/it/developers/contribute/capabilities/bug-and-requests">
Report issues or request features
</Card>
<Card title="Sviluppo Frontend" icon="browser" href="/l/it/developers/contribute/capabilities/frontend-development">
Contribute to the UI
</Card>
</CardGroup>