Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 556 Bytes

COMMIT_EMOJI_CHEATSHEET.md

File metadata and controls

15 lines (15 loc) · 556 Bytes
  • 🎨 when improving the format/structure of the code
  • 🚀 when improving performance
  • ✏️ when improving graphic design
  • 📖 when writing documentation
  • 💡 new idea
  • 🚧 work in progress
  • ➕ when adding feature
  • ➖ when removing feature
  • 🔈 when adding logging
  • 🔇 when reducing logging
  • 🐛 when fixing a bug
  • ✅ when adding tests
  • 🔒 when dealing with security
  • ⬆️ when upgrading dependencies
  • ⬇️ when downgrading dependencies