Skip to content

프론트엔드 커밋 컨벤션

ParkGeunCheol edited this page Apr 26, 2023 · 2 revisions

커밋 컨벤션

example

[feat:  Page 컴포넌트 구현]

- `npx create-react-app`
- 라이브러리 설치
  • feat: 기능 구현
  • chore: 라이브러리, 배포 관련
  • fix: 에러 처리
  • refactor: 리팩터링(기능 추가 x)
  • docs: 문서
  • design: UI(CSS코드 관련)변경
  • style: 코드 Formatting, 세미 콜론 추가
Clone this wiki locally