We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
팀 작업에서 브랜치/커밋/이슈/PR 네이밍을 통일하기 위한 컨벤션입니다.
<type>/#<issueNumber>-<short-description>
type
issueNumber
공백
short-description
home
login-api
map-marker-ui
init
feat
fix
hotfix
design
refactor
docs
chore
ci
init/project-setup
feat/#1-home
<type> #<issueNumber>: <summary>
feat, chore, docs, ci, fix, refactor, hotfix, init
summary
[init]: setup project structure
[feat] #1: add home screen UI
제목이 길어지면 아래처럼 본문 추가 가능 1행: 제목(위 규칙 유지) 빈 줄 상세 설명/변경 이유/참고 링크
[Type] <title>
[feat] 홈 화면 구현
[refactor] 지도 마커 렌더링 구조 개선
[docs] 컨벤션 문서 추가
[chore] 의존성 업데이트
[ci] PR 빌드 워크플로 추가
[init] 프로젝트 초기 세팅
[type] #<issueNumber> <title>
[feat] #11 홈 화면 UI 추가
[refactor] #19 마커 렌더러 모듈 분리