Skip to content

Commit b1d26b2

Browse files
committed
Resolve merge conflict
Related to ea0711e Related to 3844da1
1 parent dd19505 commit b1d26b2

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

content/docs/how-to-contribute.md

+3-33
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ Public API를 변경하거나 구현을 간단하게 변경하려 할 때 [이
7070

7171
풀 리퀘스트를 처음 해보시나요? 무료 영상 시리즈를 통해 다음과 같이 기여하는 방법을 배울 수도 있습니다.
7272

73-
<<<<<<< HEAD
74-
**[GitHub에서 오픈 소스 프로젝트에 기여하는 방법](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)**
75-
=======
76-
**[How to Contribute to an Open Source Project on GitHub](https://app.egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)**
77-
>>>>>>> 35179e85933265cb7a4f5d51c10fbe70deba3787
73+
**[GitHub에서 오픈 소스 프로젝트에 기여하는 방법](https://app.egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)**
7874

7975
처음 발을 디딜 때 기여 과정에 익숙해질 수 있도록 비교적 영향력이 적은 버그를 포함하는 **[good first issues](https://github.com/facebook/react/issues?q=is:open+is:issue+label:"good+first+issue")** 목록은 기여 입문에 최적입니다.
8076

@@ -88,29 +84,16 @@ Public API를 변경하거나 구현을 간단하게 변경하려 할 때 [이
8884

8985
**풀 리퀘스트를 보내기 전에,** 다음 사항을 확인해 주세요.
9086

91-
<<<<<<< HEAD
9287
1. [저장소](https://github.com/facebook/react)를 포크하고 `master`로부터 새로운 브랜치를 생성합니다.
9388
2. 저장소 루트에서 `yarn` 명령을 실행합니다.
9489
3. 버그를 수정했거나 테스트가 필요한 코드를 추가했다면 테스트를 추가해 주세요.
9590
4. 테스트가 통과하는지 확인해 주세요(`yarn test`). Tip : `yarn test --watch TestName` 명령은 개발할 때 도움이 됩니다.
96-
5. `yarn test-prod` 명령을 실제 환경에서 테스트하기 위해 실행합니다. 이는 `yarn test`와 동일한 옵션을 지원합니다.
91+
5. `yarn test --prod` 명령을 실제 환경에서 테스트하기 위해 실행합니다.
9792
6. 디버거가 필요한 경우 `yarn debug-test --watch TestName` 을 실행하고 `chrome://inspect`을 열어 "Inspect"를 누르세요.
9893
7. [prettier](https://github.com/prettier/prettier)로 코드를 포맷하세요. (`yarn prettier`).
9994
8. 코드를 린트하세요 (`yarn lint`). Tip: `yarn linc` 는 변경된 파일만 확인할 수 있습니다.
10095
9. [Flow](https://flowtype.org/) 타입 검사를 실행하세요. (`yarn flow`).
10196
10. 아직 CLA에 서명하지 않았다면, 서명을 완료해주세요.
102-
=======
103-
1. Fork [the repository](https://github.com/facebook/react) and create your branch from `master`.
104-
2. Run `yarn` in the repository root.
105-
3. If you've fixed a bug or added code that should be tested, add tests!
106-
4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development.
107-
5. Run `yarn test --prod` to test in the production environment.
108-
6. If you need a debugger, run `yarn debug-test --watch TestName`, open `chrome://inspect`, and press "Inspect".
109-
7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`).
110-
8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files.
111-
9. Run the [Flow](https://flowtype.org/) typechecks (`yarn flow`).
112-
10. If you haven't already, complete the CLA.
113-
>>>>>>> 35179e85933265cb7a4f5d51c10fbe70deba3787
11497

11598
### Contributor License Agreement (CLA) {#contributor-license-agreement-cla}
11699

@@ -129,29 +112,16 @@ Public API를 변경하거나 구현을 간단하게 변경하려 할 때 [이
129112

130113
React 저장소를 복사한 후 yarn 명령을 사용하면 다음과 같은 여러 명령을 실행할 수 있습니다.
131114

132-
<<<<<<< HEAD
133115
* `yarn lint` 코드 스타일을 점검합니다.
134116
* `yarn linc``yarn lint`와 비슷하지만, 브랜치에서 변경된 파일만 검사하기 때문에 더 빠릅니다.
135117
* `yarn test` 는 모든 테스트를 실행합니다.
136118
* `yarn test --watch` 대화형 테스트 watcher를 실행합니다.
137119
* `yarn test <pattern>` 은 일치하는 파일 이름으로 테스트를 실행합니다.
138-
* `yarn test-prod` 는 실제 환경에서 테스트를 실행합니다. `yarn test`와 같은 옵션을 지원합니다.
120+
* `yarn test --prod` 는 실제 환경에서 테스트를 실행합니다.
139121
* `yarn debug-test``yarn test`와 비슷하지만, 디버거를 활용합니다. `chrome://inspect`를 열고 "Inspect"를 누르세요.
140122
* `yarn flow`[Flow](https://flowtype.org/) 타입검사를 실행합니다.
141123
* `yarn build` 는 모든 패키지와 함께 `build` 폴더를 만듭니다.
142124
* `yarn build react/index,react-dom/index --type=UMD`는 React와 ReactDOM의 UMD 빌드를 만듭니다.
143-
=======
144-
* `yarn lint` checks the code style.
145-
* `yarn linc` is like `yarn lint` but faster because it only checks files that differ in your branch.
146-
* `yarn test` runs the complete test suite.
147-
* `yarn test --watch` runs an interactive test watcher.
148-
* `yarn test --prod` runs tests in the production environment.
149-
* `yarn test <pattern>` runs tests with matching filenames.
150-
* `yarn debug-test` is just like `yarn test` but with a debugger. Open `chrome://inspect` and press "Inspect".
151-
* `yarn flow` runs the [Flow](https://flowtype.org/) typechecks.
152-
* `yarn build` creates a `build` folder with all the packages.
153-
* `yarn build react/index,react-dom/index --type=UMD` creates UMD builds of just React and ReactDOM.
154-
>>>>>>> 35179e85933265cb7a4f5d51c10fbe70deba3787
155125

156126
변경 작업이 이상이 없는지 확인하기 위해 `yarn test`(또는 이것과 비슷한 명령)을 통해 확인해주세요. 직접 수정한 React 빌드를 사용해보는 게 도움이 될 수 있습니다.
157127

0 commit comments

Comments
 (0)