-
main
-
develop (개발용)
-
feature (develop에 기능추가용)
-
hotfix (main 브랜치 버그해결용)
-
release (develop 브랜치를 main 브랜치에 합치기 전에 최종 테스트용)
브랜치의 이름은 다음과 같이 작성합니다.
Red : mandatory | Blue : optional
{github tag}/{domain}/{issue No.}/{developer name}
- github tag 는
feat
,docs
,chore
,fix
등이 있습니다. - issue No.에는 Jira에서 생성한 이슈의 번호가 들어갑니다.
- 마지막 담당자 이름은 선택 사항입니다.
feat/member/#S10P31A702-127/LKT
fix/schedule/#S10P31A702-131/LKT