Skip to content

Mascota iOS 팀 컨벤션

jeongyeob97 edited this page Jun 29, 2021 · 1 revision

Branch Naming

세분화된 feature 별로 생성 이슈번호+소문자 + 언더바(_)로 사용 단어 구분, View 작업 시 제플린 뷰 이름 활용

  • ex/ #2_feat_initializeSetting

Coding Convention

Mascota iOS Swift Style Guide

SwiftLint

Issue Title

[Commit Type] 이슈 제목, 커밋 타입 라벨, 담당자 이름 라벨, Assignee 추가

Commit Message Convention

[#이슈번호] 커밋 내용 설명

Commit Type

Type Description
chore 빌드 업무 수정, 패키지 매니저 수정 등 (production code 변경이 없는 경우)
docs 문서 작성, 수정
feat 새로운 기능 추가 (new feature)
fix 버그 수정 (bug fix)
perf 성능 개선
refactor 코드 리팩토링

Pull Request Title

[#이슈번호] 전체 커밋 요약

Pull Reqeust Body

풀 리퀘스트 양식