Skip to content

프론트엔드 커밋 컨벤션

sunhpark42 edited this page May 21, 2021 · 2 revisions

커밋 컨벤션

example

[feat:  Page 컴포넌트 구현]

- `npx create-react-app`
- 라이브러리 설치
  • feat: 기능 구현
  • chore: 라이브러리, 배포 관련
  • fix: 에러 처리
  • refactor: 리팩터링(기능 추가 x)
  • docs: 문서
Clone this wiki locally