본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

VCS/git

GitHub Pull Requests 코드리뷰 요청하는법

앞서 코드리뷰의 정의와 종류, 좋은 예시를 알아봤다.

https://standout.tistory.com/1620

 

코드리뷰란?

코드리뷰Code Review개발 과정에서 동료 개발자들이 작성한 코드를 검토하고 피드백을 주는 단계코드 품질향상, 버그 사전예방, 코드 일관성을 유지하는 데 큰 역할.  효과적인 코드리뷰리뷰할

standout.tistory.com

https://standout.tistory.com/1621

 

코드리뷰 Tool 도구 종류: GitHub Pull Requests, GitLab Merge Requests, Crucible, Phabricator, Review Board, Codacy, Sonar

앞서 코드리뷰에 대해 정리해봤다.https://standout.tistory.com/1620 코드리뷰란?코드리뷰Code Review개발 과정에서 동료 개발자들이 작성한 코드를 검토하고 피드백을 주는 단계코드 품질향상, 버그 사전

standout.tistory.com

https://standout.tistory.com/1622

 

GitHub Pull Requests 코드리뷰 벤치마킹하기: tensorflow, react, awesome-review

앞서 코드리뷰에 대해 정리해봤다.https://standout.tistory.com/1620 코드리뷰란?코드리뷰Code Review개발 과정에서 동료 개발자들이 작성한 코드를 검토하고 피드백을 주는 단계코드 품질향상, 버그 사전

standout.tistory.com

 

 

 

리뷰하고자하는 reppsotory에서 - pull requests - create a pull request

 

 

 

본인 브런치를 선택

 

 

 

commit, 혹은 file changed 형식으로 볼 수 있다. 

 

 

create pull request

 

 

 

리뷰어와 작성자를 선택 후 작성 - create pull request

 

 

이제 지정한 리뷰어에게 메일이 가고 리뷰를 받을 수 있다.