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 이다.
꼭 위와 같이 할 필요는 없고, 프로젝트의 성격과 리뷰어들의 성향에 맞게 간단하게 작성하면 된다.
## Summary
## Describe your changes
참고
'GIT' 카테고리의 다른 글
gitmoji (0) | 2023.05.19 |
---|---|
브랜치 전략 (Git Flow vs Github Flow vs Gitlab Flow) (1) | 2023.05.16 |
CODEOWNERS (0) | 2023.02.12 |
.gitignore cache (0) | 2023.01.01 |
명령어 정리 (0) | 2020.12.26 |