wuyongyu / fe-knowledge

📚积累前端知识
2 stars 0 forks source link

Commit Message Emoji #6

Open wuyongyu opened 5 years ago

wuyongyu commented 5 years ago

commit-message-emoji

Commit type Emoji
Initial commit :tada: :tada:
Version tag :bookmark: :bookmark:
New feature :sparkles: :sparkles:
Bugfix :bug: :bug:
Metadata :card_index: :card_index:
Documentation :books: :books:
Documenting source code :bulb: :bulb:
Performance :racehorse: :racehorse:
Cosmetic :lipstick: :lipstick:
Tests :rotating_light: :rotating_light:
Adding a test :white_check_mark: :white_check_mark:
General update :zap: :zap:
Improve format/structure :art: :art:
Refactor code :hammer: :hammer:
Removing code/files :fire: :fire:
Continuous Integration :green_heart: :green_heart:
Security :lock: :lock:
Upgrading dependencies :arrow_up: :arrow_up:
Downgrading dependencies :arrow_down: :arrow_down:
Lint :shirt: :shirt:
Translation :alien: :alien:
Text :pencil: :pencil:
Critical hotfix :ambulance: :ambulance:
Deploying stuff :rocket: :rocket:
Fixing on MacOS :apple: :apple:
Fixing on Linux :penguin: :penguin:
Fixing on Windows :checkered_flag: :checkered_flag:
Work in progress :construction: :construction:
Adding CI build system :construction_worker: :construction_worker:
Analytics or tracking code :chart_with_upwards_trend: :chart_with_upwards_trend:
Removing a dependency :heavy_minus_sign: :heavy_minus_sign:
Adding a dependency :heavy_plus_sign: :heavy_plus_sign:
Docker :whale: :whale:
Configuration files :wrench: :wrench:
Package.json in JS :package: :package:
Merging branches :twisted_rightwards_arrows: :twisted_rightwards_arrows:
Bad code / need improv. :hankey: :hankey:
Reverting changes :rewind: :rewind:
Breaking changes :boom: :boom:
Code review changes :ok_hand: :ok_hand:
Accessibility :wheelchair: :wheelchair:
Move/rename repository :truck: :truck:
Other Be creative
wuyongyu commented 5 years ago

image

wuyongyu commented 5 years ago
emoji emoji 代码 commit 说明
:sparkles: (火花) :sparkles: A new feature
:bug: (bug) :bug: A bug fix
:memo: (备忘录) :memo: Documentation only changes
:lipstick: (口红) :lipstick: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
:recycle: (回收) :recycle: A code change that neither fixes a bug nor adds a feature
:zap: (闪电) :zap: A code change that improves performance
:white_check_mark: (白色复选框) :white_check_mark: Adding missing or correcting existing tests
:wrench: (工具) :wrench: Changes to the build process or auxiliary tools and libraries such as documentation generation