Skip to content

convention

지훈 edited this page Nov 7, 2021 · 3 revisions

Conventions of iOS team2

Layer Rule

  • {domain name}
    • {controller}
    • {service}
    • {repository}
    • {entity}
    • {dto}
      • {request | response}

commit rule

Pull Request

  • PR 템플릿 적용
  • "resolves #{이슈번호}" 명시하기

Issue

  • 이슈와 PR은 1대1로 관리

Merge 전략

  • feature 브랜치 -> dev 브랜치 : squash 방식
  • dev 브랜치 -> main 브랜치 : rebase 방식

Branch 전략

  • main
    • dev
      • feature/#{이슈번호}-{간단한기능명}
    • hotfix/#{이슈번호}

Dto Validation

Clone this wiki locally