Skip to content

Instantly share code, notes, and snippets.

@diegomais
Created August 1, 2020 19:54
Show Gist options
  • Save diegomais/2c12c13c2125223a30d9d3af6bb07f5e to your computer and use it in GitHub Desktop.
Save diegomais/2c12c13c2125223a30d9d3af6bb07f5e to your computer and use it in GitHub Desktop.
An emoji guide for commit messages. 😜
emoji code description
🎨 :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.
πŸ“ :pencil: Write docs.
πŸš€ :rocket: Deploy stuff.
πŸ’„ :lipstick: Add or update the UI and style files.
πŸŽ‰ :tada: Begin a project.
βœ… :white_check_mark: Add or update tests.
πŸ”’ :lock: Fix security issues.
πŸ”– :bookmark: Release / Version tags.
🚨 :rotating_light: Remove linter warnings.
🚧 :construction: Work in progress.
πŸ’š :green_heart: Fix CI Build.
⬇️ :arrow_down: Downgrade dependencies.
⬆️ :arrow_up: Upgrade dependencies.
πŸ“Œ :pushpin: Pin dependencies to specific versions.
πŸ‘· :construction_worker: Add or update CI build system.
πŸ“ˆ :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 build 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.
🚚 :truck: Move or rename files.
πŸ“„ :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: Writing 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.
πŸ“Έ :camera_flash: Add or update snapshots.
βš— :alembic: Experiment new things
πŸ” :mag: Improve SEO.
🏷️ :label: Add or update types (Flow, TypeScript).
🌱 :seedling: Add or update seed files.
🚩 :triangular_flag_on_post: Add, update, or remove feature flags.
πŸ₯… :goal_net: Catching errors.
πŸ’« :dizzy: Add or update animations and transitions.
πŸ—‘ :wastebasket: Deprecating code that needs to be cleaned up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment