-
Notifications
You must be signed in to change notification settings - Fork 0
깃 컨벤션
surin edited this page Nov 7, 2023
·
1 revision
- jira의
**스토리**
단위
- 브랜치 이름이 충분히 기능에 대한 내용을 담고 있으면 좋겠다.
- ex) feature/login
{commit type} : [{story}] {task 수행 내역 간단 설명} (CRUD 사용할 것)
예시) feat: [create-card] 취소버튼 입력하지 않고 취소기능 구현
Commit
-
Commit template
타입
- feat: A new feature 새로운 기능 추가
- fix: A bug fix 이슈나 애러 해결
- docs: Changes to documentation 문서 수정(리드미, ignore)
- style: Formatting, missing semi colons, etc; no code change 코드와 관련 없는 코드 포맷팅 변경
- refactor: Refactoring production code 리팩토링
- test: Adding tests, refactoring test; no production code change 테스트코드와 관련된 부분
- chore: Updating build tasks, package manager configs, etc; no production code change
- design: 스타일 코드 작성 및 수정(css)
- remove: 파일 혹은 폴더명 수정하거나 옮기는 경우
- rename: 파일을 삭제하는 작업만 수행하는 경우