3dd858c91e
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>
33 lines
1.1 KiB
Plaintext
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>
|
|
|
|
## Přehled
|
|
|
|
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/cs/developers/contribute/capabilities/bug-and-requests">
|
|
Report issues or request features
|
|
</Card>
|
|
|
|
<Card title="Vývoj frontendu" icon="browser" href="/l/cs/developers/contribute/capabilities/frontend-development">
|
|
Contribute to the UI
|
|
</Card>
|
|
</CardGroup>
|