728x90
공식 사이트: https://gitmoji.dev/
gitmoji란?
An emoji guide for your commit messages
emoji | code | description |
🎨 | :art: | 코드의 구조/포맷 개선 |
⚡️ | :zap: | 성능 개선 |
🔥 | :fire: | 코드/파일 제거 |
🐛 | :bug: | 버그 수정 |
🚑️ | :ambulance: | 긴급 수정 |
✨ | :sparkles: | 새로운 기능 |
📝 | :memo: | 문서 추가/업데이트 |
💄 | :lipstick: | UI, style files 추가/업데이트 |
🎉 | :tada: | 프로젝트 시작 |
✅ | :white_check_mark: | 테스트 추가/수정/패스 |
🔒️ | :lock: | 보안 이슈 수정 |
🔐 | :closed_lock_with_key: | 암호 추가/수정 |
🔖 | :bookmark: | 릴리즈/버전 태그 |
🚨 | :rotating_light: | compiler/linter 경고 수정 |
🚧 | :construction: | 진행 중 |
💚 | :green_heart: | CI 빌드 수정 |
⬇️ | :arrow_down: | dependencies 다운그레이드 |
⬆️ | :arrow_up: | dependencies 업그레이드 |
📌 | :pushpin: | 특정 버정 dependencies 고정 |
👷 | :construction_worker: | CI 빌드 시스템 추가/수정 |
📈 | :chart_with_upwards_trend: | 분석, 추적 코드 추가/수정 |
♻️ | :recycle: | 리팩토링 |
➕ | :heavy_plus_sign: | dependency 추가 |
➖ | :heavy_minus_sign: | dependency 제거 |
🔧 | :wrench: | configuration files 추가/수정 |
🔨 | :hammer: | development scripts 추가/수정 |
🌐 | :globe_with_meridians: | 국제화 및 현지화 |
✏️ | :pencil2: | 오타 수정 |
💩 | :poop: | 개선이 필요한 bad code |
⏪️ | :rewind: | 변경 내용 되돌림 |
🔀 | :twisted_rightwards_arrows: | 브랜치 merge |
📦️ | :package: | 컴파일된 파일/패키지 추가/수정 |
👽️ | :alien: | 외부 API 변화로 인한 코드 수정 |
🚚 | :truck: | 리소스(e.g.: files, paths, routes) 이동/리네임 |
📄 | :page_facing_up: | 라이센스 추가/수정 |
♿️ | :wheelchair: | 접근성 개선 |
💡 | :bulb: | 주석 추가/수정 |
💬 | :speech_ballon: | 텍스트/리터럴 추가/수정 |
🗃️ | :card_file_box: | 데이터베이스 관련 |
🔊 | :loud_sound: | 로그 추가/수정 |
🔇 | :mute: | 로그 제거 |
👥 | :busts_in_silhouette: | contributor(s) 추가/수정 |
🤡 | :clown_face: | Mock things |
🙈 | :see_no_evil: | .gitignore 추가/수정 |
💫 | :dizzy: | animations/transitions 추가/수정 |
🩹 | :adhesive_bandage: | 간단한 문제 해결 |
⚰️ | :coffin: | dead code 제거 |
gitmoji 예제
✨ API 연동 및 자동완성 리스트 구현
✨ 목데이터로 결과리스트 구현
🤡 mock data 추가
✨ 삭제버튼 클릭 시 입력값 삭제 기능 구현
➖ eslint-config-prettier prettier 제거
💄 링크 이동 마크업 수정
💄 차평가 마크업 수정
💄 헤더 아이콘 추가 및 마크업 수정
728x90
'etc' 카테고리의 다른 글
[Eclipse] PropertiesEditor Unable to read repository 오류 (0) | 2021.12.03 |
---|---|
정보처리기사 실기 약술형 정리 (0) | 2021.05.12 |
42SEOUL 온라인 테스트 후기 및 현재 대기 순위 (0) | 2020.09.12 |
[Pandas] 아나콘다(Anaconda) 판다스 설치하기 (0) | 2020.09.09 |