e3757f300a
Created by Github action --------- 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>
|
|
|
|
## 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="/l/pt/developers/contribute/capabilities/bug-and-requests">
|
|
Report issues or request features
|
|
</Card>
|
|
|
|
<Card title="Frontend Development" icon="browser" href="/l/pt/developers/contribute/capabilities/frontend-development">
|
|
Contribute to the UI
|
|
</Card>
|
|
</CardGroup>
|