GitHub/Commit 메시지 작성법2 Gitmoji Icon Code Description Source 🎨 :art: 코드의 구조/형태 개선 Improve structure / format of the code. ⚡️ :zap: 성능 개선 Improve performance. 🔥 :fire: 코드/파일 삭제 Remove code or files. 🐛 :bug: 버그 수정 Fix a bug. 🚑 :ambulance: 긴급 수정 Critical hotfix. ✨ :sparkles: 새 기능 Introduce new features. 📝 :memo: 문서 추가/수정 Add or update documentation. 💄 :lipstick: UI/스타일 파일 추가/수정 Add or update the UI and style files. 🎉 :tada: 프로젝트 .. 2023. 8. 23. Commit Convention 커밋 메시지 구조 → (제목, 본문, 꼬리말) ex Feat: Add signin, signup 회원가입 기능, 로그인 기능 추가(예시를 위해 간단히 작성) Resolves: #1 Commit Type Type 설명 Feat: 새로운 기능 추가 Fix: 버그 수정 또는 typo Refactor: 리팩토링 Design: CSS 등 사용자 UI 디자인 변경 Comment: 필요한 주석 추가 및 변경 Style: 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우 Test: 테스트(테스트 코드 추가, 수정, 삭제, 비즈니스 로직에 변경이 없는 경우) Chore: 위에 걸리지 않는 기타 변경사항(빌드 스크립트 수정, assets image, 패키지 매니저 등) Init: 프로젝트 초기 생성 Rename: 파일.. 2023. 8. 23. 이전 1 다음