Skip to content

Commit f7570ec

Browse files
committed
docs: update PULL_REQUEST_TEMPLATE.md
끌어오기 요청 템플릿 업데이트 진행.
1 parent 4f0bf9c commit f7570ec

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
<!--
2+
PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다!
3+
4+
기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요.
5+
-->
26

3-
Thank you for the PR! Contributors like you keep React awesome!
4-
5-
Please see the Contribution Guide for guidelines:
7+
# <!-- 제목을 작성해주세요. -->
68

7-
https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md
9+
<!--
10+
어떤 종류의 PR인지 상세 내용을 작성해주세요.
11+
-->
812

9-
If your PR references an existing issue, please add the issue number below
13+
## 필수 확인 사항
1014

11-
-->
15+
- [ ] [기여자 행동 강령 규약<sup>Code of Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md)
16+
- [ ] [기여 가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md)
17+
- [ ] [공통 스타일 가이드<sup>Universal Style Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md)
18+
- [ ] [번역을 위한 모범 사례<sup>Best Practices for Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md)
19+
- [ ] [번역 용어 정리<sup>Translate Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md)
20+
- [ ] [`textlint` 가이드<sup>Textlint Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md)
21+
- [ ] [맞춤법 검사<sup>Spelling Check</sup>](https://nara-speller.co.kr/speller/)
1222

13-
## Progress
23+
## 선택 확인 사항
1424

15-
- [ ] 번역 초안 작성 (Draft translation)
16-
- [ ] [공통 스타일 가이드 확인 (Check the common style guide)](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md)
17-
- [ ] [모범 사례 확인 (Check best practices)](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md)
18-
- [ ] [용어 확인 (Check the term)](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md)
19-
- [ ] [Textlint 가이드 확인 (Check the textlint guide)](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md)
20-
- [ ] [맞춤법 검사 (Spelling check)](https://nara-speller.co.kr/speller/)
21-
- [ ] 리뷰 반영 (Resolve reviews)
25+
- [ ] 번역 초안 작성<sup>Draft Translation</sup>
26+
- [ ] 리뷰 반영<sup>Resolve Reviews</sup>

0 commit comments

Comments
 (0)