Skip to content

Instantly share code, notes, and snippets.

@magurotuna
Last active November 25, 2019 16:08
Show Gist options
  • Save magurotuna/a2f50602963c27a79cbbe29930c106ea to your computer and use it in GitHub Desktop.
Save magurotuna/a2f50602963c27a79cbbe29930c106ea to your computer and use it in GitHub Desktop.
Git Commit Template with Emoji
# ==================== Emojis ====================
# 🎉 :tada: 盛大に祝うべき大きな機能追加
# 🔖 :bookmark: バージョンタグ(Version Tag)
# ✨ :sparkles: 部分的な機能追加
# 👍 :+1: 機能改善
# 🐛 :bug: バグ修正(Bugfix)
# ♻️ :recycle: リファクタリング(Refactoring)
# 🚿 :shower: 不要な機能・使われなくなった機能の削除
# 👕 :shirt: Lintエラーの修正やコードスタイルの修正
# 📚 :books: ドキュメント(Documentation)
# 🎨 :art: デザインUI/UX(Accessibility)
# 🚀 :rocket: パフォーマンス(Performance)
# 🔧 :wrench: ツール(Tooling)
# 💚 :green_heart: テストやCIの修正・改善
# 💩 :hankey: 非推奨追加(Deprecation)
# 🆙 :up: 依存パッケージなどのアップデート
# 🚧 :construction: WIP(Work In Progress)
# ==================== Format ====================
# :emoji: Subject
#
# Commit body...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment