아이콘 | 코드 | 설명 | 원문 | 헤더 텍스트 |
---|---|---|---|---|
🎨 | art | 코드의 구조/형태 개선 | Improve structure / format of the code. | [style] |
⚡️ | zap | 성능 개선 | Improve performance. | [improve] |
🔥 | fire | 코드/파일 삭제 | Remove code or files. | [remove] |
🐛 | bug | 버그 수정 | Fix a bug. | [bug] |
🚑 | ambulance | 긴급 수정 | Critical hotfix. | [hotfix] |
✨ | sparkles | 새 기능 | Introduce new features. | [feature] |
📝 | memo | 문서 추가/수정 | Add or update documentation. | [docs] |
💄 | lipstick | UI/스타일 파일 추가/수정 | Add or update the UI and style files. | [layout] |
🎉 | tada | 프로젝트 시작 | Begin a project. | [initial] |
✅ | white_check_mark | 테스트 추가/수정 | Add or update tests. | [test] |
🔖 | bookmark | 릴리즈/버전 태그 | Release / Version tags. | [release] |
📈 | chart_with_upwards_trend | 분석, 추적 코드 추가/수정 | Add or update analytics or track code. | [analytics] |
♻️ | recycle | 코드 리팩토링 | Refactor code. | [refactor] |
🔧 | wrench | 구성 파일 추가/삭제 | Add or update configuration files. | [configure] |
🌐 | globe_with_meridians | 국제화/현지화 | Internationalization and localization. | [localize] |
💩 | poop | 똥싼 코드 | Write bad code that needs to be improved. | [poop] |
⏪ | rewind | 변경 내용 되돌리기 | Revert changes. | [revert] |
🔀 | twisted_rightwards_arrows | 브랜치 합병 | Merge branches. | [merge] |
💡 | bulb | 주석 추가/수정 | Add or update comments in source code. | [comment] |
🍻 | beers | 술 취해서 쓴 코드 | Write code drunkenly. | [beer] |
🗃 | card_file_box | 데이버베이스 관련 수정 | Perform database related changes. | [database] |
🔊 | loud_sound | 로그 추가/수정 | Add or update logs. | [log] |
🙈 | see_no_evil | .gitignore 추가/수정 | Add or update a .gitignore file. | [gitignore] |
출처: 나를 남기다