-
Notifications
You must be signed in to change notification settings - Fork 0
BE Github Repository 관리
JHS edited this page Mar 6, 2023
·
1 revision
- wiki page 활용
- Issue 관리
- commit message가 한 줄로 설명되지 않으면 body에 적절한 설명 추가
-
커밋 메시지 컨벤션 가이드 참고해 작성
feat: 기능 구현
-
-
기본적으로 Git Flow 전략 기반으로 사용
-
branch명은 아래 convention을 맞춘다
main
develop
feat-{name initial}-{Issue번호}