Files
twenty/packages/twenty-docs/l/ko/developers/contribute/contribute.mdx
T
github-actions[bot] 8abc8f4bc9 i18n - docs translations (#23618)
Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/23618?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
2026-07-31 09:35:47 +02:00

32 lines
1.2 KiB
Plaintext

---
title: 기여
description: Twenty의 오픈 소스 개발에 기여하세요.
---
<Frame>
<img src="/images/user-guide/github/github-header.png" alt="AI" />
</Frame>
## 개요
Twenty는 오픈 소스로, 커뮤니티의 기여를 환영합니다. 버그를 수정하든, 기능을 추가하든, 문서를 개선하든, 여러분의 기여는 모두에게 더 나은 Twenty를 만드는 데 도움이 됩니다.
## 기여 방법
* **버그 신고**: 문제를 식별하고 문서화하는 데 도움을 주세요
* **기능 제안**: 새로운 기능을 제안하고 구현하세요
* **문서 개선**: 문서를 더 명확하고 유용하게 만드세요
* **프런트엔드 개발**: React 기반 UI 작업에 참여하세요
* **백엔드 개발**: NestJS 서버에 기여하세요
## 시작하기
<CardGroup cols={2}>
<Card title="버그 보고 및 요청" icon="bug" href="/l/ko/developers/contribute/capabilities/bug-and-requests">
문제를 보고하거나 기능을 요청하세요
</Card>
<Card title="프론트엔드 개발" icon="browser" href="/l/ko/developers/contribute/capabilities/frontend-development/folder-architecture-front">
UI에 기여하세요
</Card>
</CardGroup>