-
Notifications
You must be signed in to change notification settings - Fork 0
convention
지훈 edited this page Nov 7, 2021
·
3 revisions
- {domain name}
- {controller}
- {service}
- {repository}
- {entity}
- {dto}
- {request | response}
- PR 템플릿 적용
- "resolves #{이슈번호}" 명시하기
- 이슈와 PR은 1대1로 관리
- feature 브랜치 -> dev 브랜치 : squash 방식
- dev 브랜치 -> main 브랜치 : rebase 방식
- main
- dev
- feature/#{이슈번호}-{간단한기능명}
- hotfix/#{이슈번호}
- dev