Created
December 22, 2018 05:54
-
-
Save yum45f/c00ba8d8f4a8b65f20fb915b4e4d0f8b to your computer and use it in GitHub Desktop.
Template of commit message for git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ==================== 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) | |
# ==================== Format ==================== | |
# :emoji: Subject | |
# | |
# Commit body... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment