1. commit의 기준

2. commit의 타입

3. commit 컨셉

type: 제목
(엔터)
본문
(엔터)
이슈번호

3. commit 예시

예시>
feat: floating panel delegate 추가

- SearchViewController 에 delegate 추가 및 적용

예시>
fix: Logo 스타일링

- 배경 색 변경 및 크기 설정
- position속성을 통해 고정 위치로 설정

예시>
refactor: Loginbutton action 개선

- 기존 <a href>에서 <button onClick>으로 변경

참고