-
Notifications
You must be signed in to change notification settings - Fork 2
Home 컨벤션
김상현 edited this page Apr 28, 2023
·
2 revisions
Welcome to the Codefolio wiki!
url 복사
https://code-folio.vercel.app/
type: title
- body
footer
-
feat:
새로운 기능, 특징 추가 -
fix:
수정, 버그 수정 -
docs:
문서에 관련된 내용, 문서 수정 -
style:
코드 포맷, 세미콜론 누락, 코드 변경이 없을 경우 -
refactor:
리팩토링 -
test:
테스트 코드 수정, 누락된 테스트를 추가할 때, 리팩토링 테스트 추가 -
chore:
빌드 업무 수정, 패키지 매니저 수정
/
이후에는 캐밥 케이스로 작성합니다.
-
main
→ production level -
dev
→ development level feat/OOOOO
refactor/OOOOO
hotfix/#issuenum
doc/OOOOO