-
Notifications
You must be signed in to change notification settings - Fork 1
간단한 규칙들
김인태 edited this page Jun 18, 2024
·
1 revision
- commit message type
- feat : 새로운 기능 추가
- fix : 기존 기능 수정
- bug : 버그 수정
- refactor : 코드 리팩토링, 파일 삭제
- style : 코드 포맷 변경, 세미 콜론 누락, 오타수정, 네이밍 변경, 콘솔 제거
- chore : 설정 및 기타 작업(패키지 매니저, config, 빌드 등)
- docs : 문서 작성 및 수정
1.1 commit message
- [type] : [subject] ([issue number]) [body] // example feat : 실시간 지하철 api 데이터 연결
- [type] : commit 타입(소문자로 시작)
- [subject] : commit 제목(한글로 작성, 끝에 . 금지)
- [body] : commit 내용(한글로 작성)
- 매주 수요일 21시 30분 &
일요일 오후 8시 - 매주 수요일 21:30 && 토요일 10:00
- git flow 사용
- Next.js , tailwindcss , react-query, jotai , supabase, code-pipeline, ecs, docker