Skip to content

Instantly share code, notes, and snippets.

@kotokaze
Last active September 17, 2022 15:05
Show Gist options
  • Save kotokaze/845472cc49a4ad204424a8a56349c901 to your computer and use it in GitHub Desktop.
Save kotokaze/845472cc49a4ad204424a8a56349c901 to your computer and use it in GitHub Desktop.
commit template
# ==== Emojis ====
# ✨ :sparkles: New featur / 新機能追加
# ✅ :white_check_mark: Fix a feaure (not a bug) / 既存機能の修正
# 🔥 :fire: Remove a file or feature / 不要なファイル・機能の削除
# 📝 :memo: Add (Fix) Document / ドキュメント追加・修正
# ⚠️ :warning: Fix error or bug / エラー・バグの修正
# 🚀 :rocket: Improve performance / パフォーマンス改善
# ♻️ :recycle: Fix dependencies or libraries / Dependencies・ライブラリ関連の修正
# 🐧 :penguin: Linux related improvement / Linux用の何かしらを改善
# 🍎 :apple: MacOS related improvement / MacOS用の何かしらを改善
# 🔖 :bookmark: Versioning / バージョンアップ
# 🎉 :tada: Initial commit / 初回コミット
# ==== Format ====
# :emoji: Subject
#
# Commit body...
# ==== Messages ====
# 新規ファイル・機能追加: Add ...
# バグ修正: Fix ...
# 既存機能修正 (バグではない): Update ...
# 削除など: Remove ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment