728x90
반응형
📌 Type 키워드
Type 키워드 | 사용 시점 |
feat | 새로운 기능 추가 |
fix | 버그 수정 |
docs | 문서 수정 |
style | 코드 스타일 변경 (코드 포매팅, 세미콜론 누락 등) 기능 수정이 없는 경우 |
design | 사용자 UI 디자인 변경 (CSS 등) |
test | 테스트 코드, 리팩토링 테스트 코드 추가 |
refactor | 코드 리팩토링 |
build | 빌드 파일 수정 |
ci | CI 설정 파일 수정 |
perf | 성능 개선 |
chore | 빌드 업무 수정, 패키지 매니저 수정 (gitignore 수정 등) |
rename | 파일 혹은 폴더명을 수정만 한 경우 |
remove | 파일을 삭제만 한 경우 |
📌 관련 이슈 키워드
사용 시점 | 사용 키워드 |
해결 | 종료 : Closes 수정 : Fixes 해결 : Resolves |
참고 | 참고 : Ref 관련 : Related to 참고 : See also |
📌 깃모지 모음
이모티콘 | 이모티콘 예약어 | 영어 뜻 | 한국어 번역 |
🎨 | :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. | 문서 추가 및 변경 |
🚀 | :rocket: | Deploy stuff. | 배포 |
💄 | :lipstick: | Add or update the UI and style files. | UI와 스타일 파일 추가 및 업데이트 |
🎉 | :tada: | Begin a project. | 프로젝트 시작 |
✅ | :white_check_mark: | Add, update, or pass tests. | 테스트 추가 업데이트 및 통과 |
🔒️ | :lock: | Fix security issues. | 보안 이슈 수정 |
🔐 | :closed_lock_with_key: | Add or update secrets. | 암호화 추가 및 업데이트 |
🔖 | :bookmark: | Release / Version tags. | 릴리즈 / 버전 태그 |
🚨 | :rotating_light: | Fix compiler / linter warnings. | 컴파일러 / 린터 경고 수정 |
🚧 | :construction: | Work in progress. | 작업 중인 코드 |
💚 | :green_heart: | Fix CI Build. | CI 빌드 수정 |
⬇️ | :arrow_down: | Downgrade dependencies. | 의존성 다운그레이드 |
⬆️ | :arrow_up: | Upgrade dependencies. | 의존성 업그레이드 |
📌 | :pushpin: | Pin dependencies to specific versions. | 의존성을 특정 버전에 고정 |
👷 | :construction_worker: | Add or update CI build system. | CI 빌드 시스템 추가 및 업데이트 |
📈 | :chart_with_upwards_trend: | Add or update analytics or track code. | 분석 또는 추적 코드 추가 및 업데이트 |
♻️ | :recycle: | Refactor code. | 코드 리팩터링 |
➕ | :heavy_plus_sign: | Add a dependency. | 의존성 추가 |
➖ | :heavy_minus_sign: | Remove a dependency. | 의존성 제거 |
🔧 | :wrench: | Add or update configuration files. | 설정 파일 추가 및 업데이트 |
🔨 | :hammer: | Add or update development scripts. | 개발 스크립트 추가 및 업데이트 |
🌐 | :globe_with_meridians: | Internationalization and localization. | 국제화 및 지역화 |
✏️ | :pencil2: | Fix typos. | 오타 수정 |
💩 | :poop: | Write bad code that needs to be improved. | 개선이 필요한 나쁜 코드 작성 |
⏪️ | :rewind: | Revert changes. | 변경 사항 되돌리기 |
🔀 | :twisted_rightwards_arrows: | Merge branches. | 브랜치 병합 |
📦️ | :package: | Add or update compiled files or packages. | 컴파일된 파일 및 패키지 추가 업데이트 |
👽️ | :alien: | Update code due to external API changes. | 외부 API 변경으로 인한 코드 업데이트 |
🚚 | :truck: | Move or rename resources (e.g.: files, paths, routes) | 파일, 경로, 라우트 등 리소스 이동 및 이름 변경 |
📄 | :page_facing_up: | Add or update license. | 라이센스 추가 및 업데이트 |
💥 | :boom: | Introduce breaking changes. | 호환성 깨뜨리는 변경 사항 |
🍱 | :bento: | Add or update assets. | 에셋 추가 및 업데이트 |
♿️ | :wheelchair: | Improve accessibility. | 접근성 개선 |
💡 | :bulb: | Add or update comments in source code. | 소스 코드 내 주석 추가 및 업데이트 |
🍻 | :beers: | Write code drunkenly. | 술 취한 상태로 코드 작성 |
💬 | :speech_balloon: | Add or update text and literals. | 텍스트 및 문자열 추가 업데이트 |
🗃️ | :card_file_box: | Perform database related changes. | 데이터베이스 관련 변경 수행 |
🔊 | :loud_sound: | Add or update logs. | 로그 추가 및 업데이트 |
🔇 | :mute: | Remove logs. | 로그 제거 |
👥 | :busts_in_silhouette: | Add or update contributor(s). | 기여자 추가 및 업데이트 |
🚸 | :children_crossing: | Improve user experience / usability. | 사용자 경험 / 사용성 개선 |
🏗️ | :building_construction: | Make architectural changes. | 아키텍처 변경 |
📱 | :iphone: | Work on responsive design. | 반응형 디자인 작업 |
🤡 | :clown_face: | Mock things. | 테스트를 위한 가짜 객체 및 함수 등 모킹 |
🥚 | :egg: | Add or update an easter egg. | 이스터 에그 추가 및 업데이트 |
🙈 | :see_no_evil: | Add or update a .gitignore file. | .gitignore 파일 추가 및 업데이트 |
📸 | :camera_flash: | Add or update snapshots. | 스냅샷 추가 및 업데이트 |
⚗️ | :alembic: | Perform experiments. | 실험 |
🔍️ | :mag: | Improve SEO. | 검색 엔진 최적화 개선 |
🏷️ | :label: | Add or update types. | 타입 추가 및 업데이트 |
🌱 | :seedling: | Add or update seed files. | 시드 파일 추가 및 업데이트 |
🚩 | :triangular_flag_on_post: | Add, update, or remove feature flags. | 기능 플래그 추가, 업데이트, 제거 |
🥅 | :goal_net: | Catch errors. | 에러 처리 |
💫 | :dizzy: | Add or update animations and transitions. | 애니메이션과 전환 추가 및 업데이트 |
🗑️ | :wastebasket: | Deprecate code that needs to be cleaned up. | 삭제할 코드 삭제될 예정 표시 |
🛂 | :passport_control: | Work on code related to authorization, roles and permissions. | 인증, 역할, 권한 관련 코드 작업 |
🩹 | :adhesive_bandage: | Simple fix for a non-critical issue. | 중요하지 않은 이슈에 대한 간단한 수정 |
🧐 | :monocle_face: | Data exploration/inspection. | 데이터 탐색 / 검사 |
⚰️ | :coffin: | Remove dead code. | 죽은 코드 제거 |
🧪 | :test_tube: | Add a failing test. | 실패하는 테스트 추가 |
👔 | :necktie: | Add or update business logic. | 비즈니스 로직 추가 및 업데이트 |
🩺 | :stethoscope: | Add or update healthcheck. | 상태 검사 추가 및 업데이트 |
🧱 | :bricks: | Infrastructure related changes. | 인프라 관련 변경 |
🧑💻 | :technologist: | Improve developer experience. | 개발자 경험 개선 |
💸 | :money_with_wings: | Add sponsorships or money related infrastructure. | 후원 및 돈 관련 인프라 추가 |
🧵 | :thread: | Add or update code related to multithreading or concurrency. | 멀티쓰레드 / 동시성 관련 코드 추가 및 업데이트 |
🦺 | :safety_vest: | Add or update code related to validation. | 검증 관련 코드 추가 및 업데이트 |
728x90
반응형
'📌 GitHub' 카테고리의 다른 글
[GitHub] 깃허브 Windows 환경 NET Framework 관련 에러 현상 해결 방법 (0) | 2024.08.12 |
---|---|
[GitHub] 커밋 메세지 수정하기 (changing commit message) (0) | 2024.05.29 |
[GitHub] Repository에 'main' branch로 push 하기 (1) | 2024.05.28 |
[GitHub] 깃허브 contributors 삭제하는 법 (0) | 2024.05.25 |
[GitHub] 이전 커밋(commit) 삭제 : reset 사용 (커밋 롤백) (0) | 2024.05.25 |