001c2097a3
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>
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
---
|
|
title: Contribuir
|
|
description: Contribua para o desenvolvimento de código aberto do Twenty.
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/github/github-header.png" alt="IA" />
|
|
</Frame>
|
|
|
|
## Visão geral
|
|
|
|
O Twenty é de código aberto e recebe contribuições da comunidade. Seja corrigindo bugs, adicionando funcionalidades ou aprimorando a documentação, suas contribuições ajudam a tornar o Twenty melhor para todos.
|
|
|
|
## Formas de contribuir
|
|
|
|
* **Relate bugs**: Ajude a identificar e documentar problemas
|
|
* **Envie funcionalidades**: Proponha e implemente novas funcionalidades
|
|
* **Aprimore a documentação**: Torne nossa documentação mais clara e útil
|
|
* **Desenvolvimento de front-end**: Trabalhe na UI baseada em React
|
|
* **Desenvolvimento de back-end**: Contribua para o servidor NestJS
|
|
|
|
## Primeiros passos
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Relatos de bugs e solicitações" icon="bug" href="/l/pt/developers/contribute/capabilities/bug-and-requests">
|
|
Relate problemas ou solicite funcionalidades
|
|
</Card>
|
|
<Card title="Desenvolvimento Frontend" icon="browser" href="/l/pt/developers/contribute/capabilities/frontend-development">
|
|
Contribua para a UI
|
|
</Card>
|
|
</CardGroup>
|