Skip to content

Instantly share code, notes, and snippets.

@susatthi
Last active May 12, 2022 23:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save susatthi/706d50e3c1e80819f9067ef5ad240b30 to your computer and use it in GitHub Desktop.
Save susatthi/706d50e3c1e80819f9067ef5ad240b30 to your computer and use it in GitHub Desktop.
コミットテンプレート
# ==================== Emojis & Prefix ====================
# ✨ feat: 新しい機能
# 🐛 fix: バグの修正
# 📚 docs: ドキュメントのみの変更
# 🖋 style: 空白、フォーマット、セミコロン追加など
# ♻️ refactor: 仕様に影響がないコード改善(リファクタ)
# 🐎 perf: パフォーマンス向上関連
# 🚨 test: テスト関連
# 🔧 chore: ビルド、補助ツール、ライブラリ関連
# 🔀 merge: マージコミット
# 🔖 version: バージョンタグ
# 🎉 init: First commit
#
# git config --add commit.cleanup strip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment