Last active
March 6, 2020 09:58
-
-
Save risacan/2a09ed83164f886a2c505962fdd79812 to your computer and use it in GitHub Desktop.
.commit_template
This file contains 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
# emoji prefix | |
# 🎉 :tada: めっちゃいい機能追加 | |
# ✨ :sparkles: 部分的な機能追加やいい修正 | |
# 🎨 :art: UIに関わる修正 | |
# 🐞 :beetle: バグの修正 | |
# ♻ :recycle: リファクタリング | |
# 🚿 :shower: Lintの修正 | |
# 🔧 :wrench: 既存機能の修正 | |
# 📝 :memo: ソースコードには影響のない変更 | |
# 🔥 :fire: 機能の削除 | |
# 🛢️ :oil_drum: DBに関わる修正 | |
# ✅ :white_check_mark: テスト関連の修正 | |
# 🆕 :new: 新しいファイルの追加 | |
# 🚚 :truck: ファイルの移動 | |
# 📛 :name_badge: 名前の変更 | |
# 👮♀️ :policewoman: Rubocopの修正 | |
# 🏇 :horse_racing: パフォーマンスの改善 | |
# 🙈 :see_no_evil: .gitignoreの更新 | |
# 💎 :gem: Gemの追加/削除/更新 |
Author
risacan
commented
Aug 1, 2018
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment