Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/content/docs/ko/contributing/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
i18nReady: true
title: 시작하기
description: StudioCMS에 기여하는 방법을 알아보세요
sidebar:
order: 1
---
import ContributorList from '~/components/ContributorList.astro';

프로젝트에 기여해 주셔서 감사합니다!

커뮤니티에 쉽게 접근하고 존중할 수 있도록 [행동 강령](https://github.com/withstudiocms/studiocms?tab=coc-ov-file#code-of-conduct-)을 읽어주세요.
Comment thread
Adammatthiesen marked this conversation as resolved.

커뮤니티의 기여를 환영합니다! 버그 보고, 기능 요청 또는 코드 기여 등 어떤 형태든 프로젝트를 개선하는 데 도움을 주셔서 감사합니다. 코드베이스를 자신 있게 탐색하려면 [작동 방식][how-it-works] 섹션을 참조하세요.

## 기여자

이 프로젝트는 기여해주신 모든 분들 덕분에 존재합니다. [GitHub에 참여하세요](https://github.com/withstudiocms/studiocms). 여러분의 프로필 사진이 자동으로 이 목록에 나타날 것입니다.

<ContributorList />

## 버그 보고 및 기능 요청

버그를 발견했거나 새로운 기능을 제안하고 싶다면 [GitHub 리포지토리](https://github.com/withstudiocms/studiocms)에 이슈를 제출해주세요. 새로운 이슈를 작성할 때는 가능한 한 자세한 내용을 제공해 주세요. 버그의 경우 재현 단계를, 기능 제안의 경우 명확한 설명을 포함해 주세요.

{/* Links */}
[how-it-works]: /ko/how-it-works/
Loading