Update readme and contributing guide for new org

This commit is contained in:
Kevin Sawicki 2016-03-31 16:51:42 -07:00
parent fc84c952f2
commit b553981644
4 changed files with 29 additions and 29 deletions

View file

@ -12,7 +12,7 @@
## 이슈 제출 ## 이슈 제출
* [여기](https://github.com/atom/electron/issues/new)에서 새로운 이슈를 만들 수 * [여기](https://github.com/electron/electron/issues/new)에서 새로운 이슈를 만들 수
있습니다. 하지만 이슈를 작성하기 전에 아래의 항목들을 숙지하고 가능한한 이슈 보고에 있습니다. 하지만 이슈를 작성하기 전에 아래의 항목들을 숙지하고 가능한한 이슈 보고에
대해 최대한 많은 정보와 자세한 설명을 포함해야 합니다. 가능하다면 다음 항목을 포함해야 대해 최대한 많은 정보와 자세한 설명을 포함해야 합니다. 가능하다면 다음 항목을 포함해야
합니다: 합니다:
@ -23,7 +23,7 @@
* 추가로 다음 사항을 준수하면 이슈를 해결하는데 큰 도움이 됩니다: * 추가로 다음 사항을 준수하면 이슈를 해결하는데 큰 도움이 됩니다:
* 스크린샷 또는 GIF 애니메이션 이미지들 * 스크린샷 또는 GIF 애니메이션 이미지들
* 터미널에 출력된 에러의 내용 또는 개발자 도구, 알림창에 뜬 내용 * 터미널에 출력된 에러의 내용 또는 개발자 도구, 알림창에 뜬 내용
* [Cursory search](https://github.com/atom/electron/issues?utf8=✓&q=is%3Aissue+)를 * [Cursory search](https://github.com/electron/electron/issues?utf8=✓&q=is%3Aissue+)를
통해 이미 비슷한 내용의 이슈가 등록되어있는지 확인 통해 이미 비슷한 내용의 이슈가 등록되어있는지 확인
## Pull Request 하기 ## Pull Request 하기

View file

@ -12,7 +12,7 @@ propose changes to this document in a pull request.
## Submitting Issues ## Submitting Issues
* You can create an issue [here](https://github.com/atom/electron/issues/new), * You can create an issue [here](https://github.com/electron/electron/issues/new),
but before doing that please read the notes below and include as many details as but before doing that please read the notes below and include as many details as
possible with your report. If you can, please include: possible with your report. If you can, please include:
* The version of Electron you are using * The version of Electron you are using
@ -22,7 +22,7 @@ possible with your report. If you can, please include:
* Other things that will help resolve your issue: * Other things that will help resolve your issue:
* Screenshots and animated GIFs * Screenshots and animated GIFs
* Error output that appears in your terminal, dev tools or as an alert * Error output that appears in your terminal, dev tools or as an alert
* Perform a [cursory search](https://github.com/atom/electron/issues?utf8=✓&q=is%3Aissue+) * Perform a [cursory search](https://github.com/electron/electron/issues?utf8=✓&q=is%3Aissue+)
to see if a similar issue has already been submitted to see if a similar issue has already been submitted
## Submitting Pull Requests ## Submitting Pull Requests

View file

@ -5,7 +5,7 @@
[![devDependency Status](https://david-dm.org/atom/electron/dev-status.svg)](https://david-dm.org/atom/electron#info=devDependencies) [![devDependency Status](https://david-dm.org/atom/electron/dev-status.svg)](https://david-dm.org/atom/electron#info=devDependencies)
[![Join the Electron Community on Slack](http://atom-slack.herokuapp.com/badge.svg)](http://atom-slack.herokuapp.com/) [![Join the Electron Community on Slack](http://atom-slack.herokuapp.com/badge.svg)](http://atom-slack.herokuapp.com/)
### [Electron](https://github.com/atom/electron/) 한국어 참조문서 ### [Electron](https://github.com/electron/electron/) 한국어 참조문서
:zap: *프레임워크 이름이 Atom Shell에서 Electron으로 변경되었습니다* :zap: :zap: *프레임워크 이름이 Atom Shell에서 Electron으로 변경되었습니다* :zap:
@ -24,7 +24,7 @@ Electron에 대한 중요한 알림을 받고 싶다면 Twitter에서
## 다운로드 ## 다운로드
Linux, Windows, OS X 용으로 미리 빌드된 Electron 바이너리와 디버그 심볼이 준비되어 Linux, Windows, OS X 용으로 미리 빌드된 Electron 바이너리와 디버그 심볼이 준비되어
있습니다. [releases](https://github.com/atom/electron/releases) 페이지에서 받아 볼 있습니다. [releases](https://github.com/electron/electron/releases) 페이지에서 받아 볼
수 있습니다. 수 있습니다.
또한 [`npm`](https://docs.npmjs.com/)을 통해 미리 빌드된 Electron 바이너리를 설치할 또한 [`npm`](https://docs.npmjs.com/)을 통해 미리 빌드된 Electron 바이너리를 설치할
@ -44,25 +44,25 @@ npm install electron-prebuilt --save-dev
## 참조 문서 ## 참조 문서
[Docs](https://github.com/atom/electron/tree/master/docs/README.md)에 개발 지침과 [Docs](https://github.com/electron/electron/tree/master/docs/README.md)에 개발 지침과
API 레퍼런스가 있습니다. Electron을 빌드 하는 방법과 프로젝트에 기여하는법 또한 문서에 API 레퍼런스가 있습니다. Electron을 빌드 하는 방법과 프로젝트에 기여하는법 또한 문서에
포함되어 있으니 참고하시기 바랍니다. 포함되어 있으니 참고하시기 바랍니다.
## 참조 문서 (번역) ## 참조 문서 (번역)
- [브라질 포르투갈어](https://github.com/atom/electron/tree/master/docs-translations/pt-BR) - [브라질 포르투갈어](https://github.com/electron/electron/tree/master/docs-translations/pt-BR)
- [한국어](https://github.com/atom/electron/tree/master/docs-translations/ko-KR) - [한국어](https://github.com/electron/electron/tree/master/docs-translations/ko-KR)
- [일본어](https://github.com/atom/electron/tree/master/docs-translations/jp) - [일본어](https://github.com/electron/electron/tree/master/docs-translations/jp)
- [스페인어](https://github.com/atom/electron/tree/master/docs-translations/es) - [스페인어](https://github.com/electron/electron/tree/master/docs-translations/es)
- [중국어 간체](https://github.com/atom/electron/tree/master/docs-translations/zh-CN) - [중국어 간체](https://github.com/electron/electron/tree/master/docs-translations/zh-CN)
- [중국어 번체](https://github.com/atom/electron/tree/master/docs-translations/zh-TW) - [중국어 번체](https://github.com/electron/electron/tree/master/docs-translations/zh-TW)
- [우크라이나어](https://github.com/atom/electron/tree/master/docs-translations/uk-UA) - [우크라이나어](https://github.com/electron/electron/tree/master/docs-translations/uk-UA)
- [러시아어](https://github.com/atom/electron/tree/master/docs-translations/ru-RU) - [러시아어](https://github.com/electron/electron/tree/master/docs-translations/ru-RU)
- [프랑스어](https://github.com/atom/electron/tree/master/docs-translations/fr-FR) - [프랑스어](https://github.com/electron/electron/tree/master/docs-translations/fr-FR)
## 시작하기 ## 시작하기
[`atom/electron-quick-start`](https://github.com/atom/electron-quick-start) [`atom/electron-quick-start`](https://github.com/electron/electron-quick-start)
저장소를 클론하여 Electron을 간단히 접해볼 수 있습니다. 저장소를 클론하여 Electron을 간단히 접해볼 수 있습니다.
## 커뮤니티 ## 커뮤니티

View file

@ -22,7 +22,7 @@ behavior to atom@github.com.
## Downloads ## Downloads
Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X can Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X can
be found on the [releases](https://github.com/atom/electron/releases) page. be found on the [releases](https://github.com/electron/electron/releases) page.
You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron
binaries: binaries:
@ -42,24 +42,24 @@ npm install electron-prebuilt --save-dev
## Documentation ## Documentation
Guides and the API reference are located in the Guides and the API reference are located in the
[docs](https://github.com/atom/electron/tree/master/docs) directory. It also [docs](https://github.com/electron/electron/tree/master/docs) directory. It also
contains documents describing how to build and contribute to Electron. contains documents describing how to build and contribute to Electron.
## Documentation Translations ## Documentation Translations
- [Brazilian Portuguese](https://github.com/atom/electron/tree/master/docs-translations/pt-BR) - [Brazilian Portuguese](https://github.com/electron/electron/tree/master/docs-translations/pt-BR)
- [Korean](https://github.com/atom/electron/tree/master/docs-translations/ko-KR) - [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR)
- [Japanese](https://github.com/atom/electron/tree/master/docs-translations/jp) - [Japanese](https://github.com/electron/electron/tree/master/docs-translations/jp)
- [Spanish](https://github.com/atom/electron/tree/master/docs-translations/es) - [Spanish](https://github.com/electron/electron/tree/master/docs-translations/es)
- [Simplified Chinese](https://github.com/atom/electron/tree/master/docs-translations/zh-CN) - [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN)
- [Traditional Chinese](https://github.com/atom/electron/tree/master/docs-translations/zh-TW) - [Traditional Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-TW)
- [Ukrainian](https://github.com/atom/electron/tree/master/docs-translations/uk-UA) - [Ukrainian](https://github.com/electron/electron/tree/master/docs-translations/uk-UA)
- [Russian](https://github.com/atom/electron/tree/master/docs-translations/ru-RU) - [Russian](https://github.com/electron/electron/tree/master/docs-translations/ru-RU)
- [French](https://github.com/atom/electron/tree/master/docs-translations/fr-FR) - [French](https://github.com/electron/electron/tree/master/docs-translations/fr-FR)
## Quick Start ## Quick Start
Clone and run the [`atom/electron-quick-start`](https://github.com/atom/electron-quick-start) Clone and run the [`atom/electron-quick-start`](https://github.com/electron/electron-quick-start)
repository to see a minimal Electron app in action. repository to see a minimal Electron app in action.
## Community ## Community