Skip to content

Instantly share code, notes, and snippets.

@tubone24
Created January 13, 2020 14:30
Show Gist options
  • Save tubone24/b5703dbeb4377d2f2f0c8cf759a8dd53 to your computer and use it in GitHub Desktop.
Save tubone24/b5703dbeb4377d2f2f0c8cf759a8dd53 to your computer and use it in GitHub Desktop.
commit emoji rule
# ==================== Emojis ====================
# 🎉 :tada: 初めてのコミット(Initial Commit)
# 🔖 :bookmark: バージョンタグ(Version Tag)
# ✨ :sparkles: 新機能(New Feature)
# 🐛 :bug: バグ修正(Bugfix)
# ♻️ :recycle: リファクタリング(Refactoring)
# 📚 :books: ドキュメント(Documentation)
# 🎨 :art: デザインUI/UX(Accessibility)
# 🐎 :horse: パフォーマンス(Performance)
# 🔧 :wrench: ツール(Tooling)
# 🚨 :rotating_light: テスト(Tests)
# 💩 :hankey: 非推奨追加(Deprecation)
# 🗑️ :wastebasket: 削除(Removal)
# 🚧 :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