혼행인들을 위한 서비스 나혼자간다입니다
나혼자간다의 커밋컨벤션입니다.. >o< ~!!
🎨
| 이모지 | 태그 | 설명 | 영문 설명 |
|---|---|---|---|
| 🎨 | :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: |
프로젝트 시작 | Begin a project. |
| ✅ | :white_check_mark: |
테스트 추가/수정 | Add or update tests. |
| 🔒 | :lock: |
보안 이슈 수정 | Fix security issues. |
| 📌 | :pushpin: |
특정 버전 의존성 고정 | Pin dependencies to specific versions. |
| 👷 | :construction_worker: |
CI 빌드 시스템 추가/수정 | Add or update CI build system. |
| ♻️ | :recycle: |
코드 리팩토링 | Refactor code. |
| ➕ | :heavy_plus_sign: |
의존성 추가 | Add a dependency. |
| ➖ | :heavy_minus_sign: |
의존성 제거 | Remove a dependency. |
| 💩 | :poop: |
똥싼 코드 | Write bad code that needs to be improved. |
| 📦 | :package: |
컴파일된 파일 추가/수정 | Add or update compiled files or packages. |
| 👽 | :alien: |
외부 API 변화로 인한 수정 | Update code due to external API changes. |
| 🚚 | :truck: |
리소스 이동, 이름 변경 | Move or rename resources (e.g., files paths routes). |
| 📄 | :page_facing_up: |
라이센스 추가/수정 | Add or update license. |
| 💡 | :bulb: |
주석 추가/수정 | Add or update comments in source code. |
| 🗃 | :card_file_box: |
데이터베이스 관련 수정 | Perform database related changes. |
| 🔊 | :loud_sound: |
로그 추가/수정 | Add or update logs. |
| 🙈 | :see_no_evil: |
.gitignore 추가/수정 | Add or update a .gitignore file. |