Skip to content

Instantly share code, notes, and snippets.

@KATO-Hiro
Last active November 4, 2020 01:50
Show Gist options
  • Save KATO-Hiro/2f320eda2e67ff72ca5f3a79bb97263f to your computer and use it in GitHub Desktop.
Save KATO-Hiro/2f320eda2e67ff72ca5f3a79bb97263f to your computer and use it in GitHub Desktop.
🤘 Emoji prefix to use at commit message
# See:
# https://qiita.com/Jung0/items/0a9a7a97a2c17f92d3c5
# https://gist.github.com/Jung0/56d527ed5d2c783661f7d56c46332308
# ==================== Emojis ====================
# 🎉 :tada: 初めてのコミット(Initial Commit)
# 🔖 :bookmark: バージョンタグ(Version Tag)
# ✨ :sparkles: 新機能(New Feature)
# 🐛 :bug: バグ修正(Bagfix)
# ♻️ :recycle: リファクタリング (Refactoring)
# 📚 :books: ドキュメント(Documentation)
# 🎨 :art: デザインUI/UX (Accessibility)
# 🐎 :horse: パフォーマンス(Performance)
# 🔧 :wrench: ツール(Tooling)
# 🚨 :rotating_light: テスト(Tests)
# 💩 :hankey: 非推奨追加(Deprecation)
# 🗑️ :wastebasket: 削除(Removal)
# 🚧 :construction: WIP (Work In Progress)
# 💥 :boom: 破壊的な変更 (Introduce breaking changes)
# 🔊 :loud_sound: ログの更新 (Add or update logs)
# ✏️ :pencil2: 誤字脱字の修正 (Fix typos)
# ==================== Format ====================
# :emoji: Subject
#
# Commit body...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment