mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
Reorganizing by Feature sections
Capabilities folders to give an overview of each feature
How-Tos folders to give guidance for advanced customizations
Reorganized the Developers section as well, moving the API sub section
there
added some new visuals and videos to illustrate the How-Tos articles
checked the typos, the links and added a section at the end of the
doc.json file to redirect existing links to the new ones (SEO purpose +
continuity of the user experience)
What I have not updated is the "l" folder that, per my understanding,
contains the translation of the User Guide - that I only edited in
English
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
5301502a32. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@twenty.com>
Co-authored-by: Abdul Rahman <ar5438376@gmail.com>
Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
31 lines
1 KiB
Text
31 lines
1 KiB
Text
---
|
|
title: Contribute
|
|
description: Contribute to Twenty's open-source development.
|
|
---
|
|
<Frame>
|
|
<img src="/images/user-guide/github/github-header.png" alt="AI" />
|
|
</Frame>
|
|
|
|
## Overview
|
|
|
|
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="/developers/contribute/capabilities/bug-and-requests">
|
|
Report issues or request features
|
|
</Card>
|
|
<Card title="Frontend Development" icon="browser" href="/developers/contribute/capabilities/frontend-development">
|
|
Contribute to the UI
|
|
</Card>
|
|
</CardGroup>
|
|
|