Skip to content

Commit

Permalink
컨트리뷰션 가이드라인 및 저장소 설명 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
gochist committed Aug 3, 2018
1 parent d3b5c30 commit 6634efb
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
33 changes: 32 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# 컨트리뷰션 가이드라인

쿠버네티스 커뮤니티에 오신 것을 환영합니다. 우리 [커뮤니티](https://github.com/kubernetes/community)에 당신이 함께할 것이라고 생각하니 기쁩니다! 쿠버네티스 커뮤니티는 CNCF의 [행동강령](https://github.com/cncf/foundation/blob/master/code-of-conduct.md)을 따릅니다. 내용의 일부분을 발췌하면,

_본 프로젝트의 컨트리뷰터와 메인테이너로서, 열려있고 우호적인 커뮤니티를 조성하기 위해 우리는 이슈 보고, 기능 요청, 문서 업데이트, pull request 또는 패치 제출, 그리고 그 밖의 활동을 통해 기여하는 모든 분들을 존중할 것을 약속합니다._

## 시작하기

컨트리뷰션을 시작하는 방법을 다음과 같이 문서화했습니다.

<!--
이 저장소에 컨트리뷰션에 관련한 특정 가이드라인이 있는 경우, 일반적인 k8s 자료들 앞에 적으세요.
-->

- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) - 보내주신 pull request를 쿠버네티스 프로젝트에서 수용하기 위해서 컨트리뷰터 라이센스 동의서(Contributor License Agreement, CLA)에 서명을 해주세요.
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - 주요한 컨트리뷰터 문서입니다. 바로 [contributing 섹션](http://git.k8s.io/community/contributors/guide#contributing)으로 건너 뛸 수도 있습니다.
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - 현재 개발자를 위한 공통의 자료입니다.


## 멘토십(Mentorship)

- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - 다양한 멘토십 프로그램이 있으며 언제나 자원봉사자를 구하고 있습니다!

## 연락처

- [Slack channel](https://kubernetes.slack.com/messages/kubernetes-docs-ko)
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev)


---

# Contributing Guidelines

Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://github.com/kubernetes/community)! The Kubernetes community abides by the CNCF [code of conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). Here is an excerpt:
Expand All @@ -12,7 +43,7 @@ We have full documentation on how to get started contributing here:
If your repo has certain guidelines for contribution, put them here ahead of the general k8s resources
-->

- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) - Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](http://git.k8s.io/community/contributors/guide#contributing)
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md) - Common resources for existing developers

Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 쿠버네티스 문서 - 한글 번역

이 저장소는 쿠버네티스 문서의 한글 번역을 위한 저장소입니다.

## 커뮤니티, 논의, 컨트리뷰션 및 지원

쿠버네티스 커뮤니티와 함께 일하는 방법을 [커뮤니티 페이지](http://kubernetes.io/community/)에서 배우세요.

다음의 연락처를 통해 이 프로젝트의 메인테이너에게 연락할 수 있습니다.

- [Slack](http://slack.k8s.io/)
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-dev)

### 행동강령

쿠버네티스 커뮤니티의 참여자는 [쿠버네티스 행동강령](code-of-conduct.md)를 따릅니다.

---

# Kubernetes Docs - Korean Translation

This repo contains the Korean translation of the Kubernetes documentation
Expand Down

0 comments on commit 6634efb

Please sign in to comment.