Skip to content

Instantly share code, notes, and snippets.

View kyoshizaki's full-sized avatar

Koichi Yoshizaki kyoshizaki

View GitHub Profile
@kyoshizaki
kyoshizaki / .commit_template
Created August 18, 2017 07:51
emoji prefix template fot git commit
# ==== Emojis ====
# 🐛 :bug: when fixing a bug
# ✨ :sparkles: when adding or improving a function
# 🎉 :tada: when adding or improving an important function
# ♻️ :recycle: when refactoring code
# 🔥 :fire: when removing code or files
# 💚 :green_heart: when fixing the test or CI build
# 👕 :shirt: when removing linter warnings
@kyoshizaki
kyoshizaki / .commit_template_ja
Last active August 18, 2017 07:44
emoji prefix template fot git commit (in Japanese)
# ==== Emojis ====
# 🐛 :bug: バグ修正
# ✨ :sparkles: 小さな機能改善 / 機能追加
# 🎉 :tada: 大きな機能改善 / 機能追加
# ♻️ :recycle: リファクタリング
# 🔥 :fire: 不要な機能・使われなくなった機能の削除
# 💚 :green_heart: テストやCIの修正・改善
# 👕 :shirt: Lintエラーの修正やコードスタイルの修正