Last active
May 12, 2022 23:20
-
-
Save susatthi/706d50e3c1e80819f9067ef5ad240b30 to your computer and use it in GitHub Desktop.
コミットテンプレート
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 & 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