From d529c5a9959f1441940d281ae39498c2b5c23ed6 Mon Sep 17 00:00:00 2001 From: "KIM, WOOJUNG" Date: Fri, 22 Feb 2019 02:22:09 +0900 Subject: [PATCH 1/2] fix broken links in PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b2fd96578..a0ed1f8c3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,7 @@ If your PR references an existing issue, please add the issue number below ## Progress - [ ] 번역 초안 작성(Draft translation) -- [ ] [공통 스타일 가이드 확인 (Check the common style guide)](link) -- [ ] [용어 확인 (Check the term)](link) +- [ ] [공통 스타일 가이드 확인 (Check the common style guide)](https://github.com/reactjs/reactjs.org-translation/blob/master/style-guide.md) +- [ ] [용어 확인 (Check the term)](https://github.com/reactjs/ko.reactjs.org/wiki/Translate-Glossary) - [ ] [맞춤법 검사 (Spelling check)](http://speller.cs.pusan.ac.kr/) - [ ] 리뷰 반영 (Resolve reviews) From c916c7792174e253eadd63dc6f7c418980b9b2f9 Mon Sep 17 00:00:00 2001 From: "KIM, WOOJUNG" Date: Fri, 22 Feb 2019 14:03:48 +0900 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a0ed1f8c3..25fa5edf4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,7 @@ If your PR references an existing issue, please add the issue number below ## Progress - [ ] 번역 초안 작성(Draft translation) -- [ ] [공통 스타일 가이드 확인 (Check the common style guide)](https://github.com/reactjs/reactjs.org-translation/blob/master/style-guide.md) +- [ ] [공통 스타일 가이드 확인 (Check the common style guide)](https://github.com/reactjs/ko.reactjs.org/blob/master/UNIVERSAL-STYLE-GUIDE.md) - [ ] [용어 확인 (Check the term)](https://github.com/reactjs/ko.reactjs.org/wiki/Translate-Glossary) - [ ] [맞춤법 검사 (Spelling check)](http://speller.cs.pusan.ac.kr/) - [ ] 리뷰 반영 (Resolve reviews)