From 1b831f7a7e1a3ff56d72d525aa61911936c03992 Mon Sep 17 00:00:00 2001 From: Haegul Pyun Date: Wed, 13 Feb 2019 15:16:44 +0900 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d3c569401..43b1268ec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,3 +11,11 @@ https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md If your PR references an existing issue, please add the issue number below --> + +**progress** + +[ ] 번역 초안 작성 +[ ] glossary 용어 확인 (wiki or issue links) +[ ] 띄어쓰기 검사 (http://speller.cs.pusan.ac.kr/) +[ ] 리뷰 반영 +[ ] 최종 PR From 66ada3b51e9302f425d8298a116decabf657ac75 Mon Sep 17 00:00:00 2001 From: Haegul Pyun Date: Thu, 14 Feb 2019 12:13:48 +0900 Subject: [PATCH 2/2] Add link for guide --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 43b1268ec..b2fd96578 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,10 +12,10 @@ If your PR references an existing issue, please add the issue number below --> -**progress** +## Progress -[ ] 번역 초안 작성 -[ ] glossary 용어 확인 (wiki or issue links) -[ ] 띄어쓰기 검사 (http://speller.cs.pusan.ac.kr/) -[ ] 리뷰 반영 -[ ] 최종 PR +- [ ] 번역 초안 작성(Draft translation) +- [ ] [공통 스타일 가이드 확인 (Check the common style guide)](link) +- [ ] [용어 확인 (Check the term)](link) +- [ ] [맞춤법 검사 (Spelling check)](http://speller.cs.pusan.ac.kr/) +- [ ] 리뷰 반영 (Resolve reviews)