Skip to content

Instantly share code, notes, and snippets.

@hope4u
Last active April 4, 2016 19:45
Show Gist options
  • Save hope4u/ab9d39282790f2f522d2 to your computer and use it in GitHub Desktop.
Save hope4u/ab9d39282790f2f522d2 to your computer and use it in GitHub Desktop.
Commit Style

Use following tags to commit messages

  • ✨ :sparkles: when adding new features
  • ⭐ :star: when improving functionality
  • :octocat: :octocat: when finishing a project
  • πŸ’„ :lipstick: when improving the format/structure of the code
  • 🐎 :racehorse: when improving performance
  • 🚱 :non-potable_water: when plugging memory leaks
  • πŸ“ :memo: when writing docs
  • 🏒 :office: when fixing something backend related
  • πŸ’» :computer: when fixing something frontend related
  • 🐧 :penguin: when fixing something on Linux
  • 🍎 :apple: when fixing something on Mac OS
  • 🏁 :checkered_flag: when fixing something on Windows
  • πŸš‘ :ambulance: when just fixing something
  • πŸ› :bug: when fixing a bug
  • ❌ :x: when introducing breaking changes
  • πŸ”₯ :fire: when removing code or files
  • πŸ’š :green_heart: when fixing the CI build
  • βœ… :white_check_mark: when adding tests
  • πŸ”’ :lock: when dealing with security
  • ⬆️ :arrow_up: when upgrading dependencies
  • ⬇️ :arrow_down: when downgrading dependencies
  • πŸ‘• :shirt: when removing linter warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment