github

GIT

Pull Request Templat

Pull Request로 코드리뷰를 하다보면 각 요청자마다 내용이 다르다. 이를 표준화 하기 위해 Pull Request Template을 작성 할 수 있다. Pull Request의 Description 표준화 리뷰어들의 이해를 돕고 시간 절약 root directory, the docs directory, .github directory 아래 중 한곳에 pull_request_template.md 파일을 생성한다. .github/pull_request_template.md docs/pull_request_template.md /pull_request_template.md Angular의 pull request template 이다. 꼭 위와 같이 할 필요는 없고, 프로젝트의 성격과 리뷰어들의 성향에 ..

GIT

CODEOWNERS

github에서 제공되는 CODEOWNERS는 소스코드의 담당자를 지정 할 수 있다. 개인 또는 팀으로 지정이 가능하며 확장자에 따라 설정이 가능하다. 또한, pull request시 CODEOWNERS에 지정된 담당자로 code reviewers가 된다. About code owners - github To use a CODEOWNERS file, create a new file called CODEOWNERS in the root, docs/, or .github/ directory of the repository, in the branch where you'd like to add the code owners. 적용 방법은 repository root에서 docs/ 또는 .github/ 디렉토리에 ..

dolzi
'github' 태그의 글 목록