Files
twenty/packages/twenty-docs/l/ko/developers/contribute/contribute.mdx
T
e0d4492013 i18n - docs translations (#17434)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 09:06:17 +01:00

33 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">
UI에 기여하세요
</Card>
</CardGroup>