From 61e1e11bffc8cda2b1befaad7ea2ddb52cfdb637 Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Thu, 1 Feb 2024 19:44:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=82=B3=E3=83=9F=E3=83=83=E3=83=88?= =?UTF-8?q?=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=81=AE=E3=83=86?= =?UTF-8?q?=E3=83=B3=E3=83=97=E3=83=AC=E3=83=BC=E3=83=88=E3=82=92=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/git/message | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/tools/git/message b/tools/git/message index e663b5d6..e90646ae 100644 --- a/tools/git/message +++ b/tools/git/message @@ -1,19 +1,14 @@ -# ==================== Format ==================== -:emoji: Subject +type: Subject -# ==================== Emojis ==================== -# ✨ :sparkles: 新機能追加(New Feature) -# 🎉 :tada: 大きな機能追加(Big New Feature) -# 👍 :+1: 機能改善(Update) -# 🐛 :bug: バグ修正(Bugfix) -# ♻ :recycle: リファクタリング(Refactoring) -# 📚 :books: ドキュメント修正(Documentation) -# 🎨 :art: デザインUI/UX(Accessibility) -# 🚀 :rocket: パフォーマンス改善(Performance) -# 🔧 :wrench: ツール(Tooling) -# 💚 :green_heart: テスト/CI(Tests/CI) -# 💩 :hankey: 非推奨追加(Deprecation) -# 🗑️ :wastebasket: 削除(Removal) -# 🆙 :up: ライブラリアップデート(Library Update) -# 🚧 :construction: WIP(Work In Progress) -# 🔖 :bookmark: バージョンタグ(Version Tag) +# ==================== Types ==================== +# ✨ feat: 新機能 +# 🐛 fix: バグ修正 +# 📚 docs: ドキュメントのみの変更 +# 💎 style: コードの意味に影響しない変更(空白、書式、セミコロンの欠落など) +# 📦 refactor: バグの修正でも機能の追加でもないコード変更 +# 🚀 perf: パフォーマンスを向上させるコード変更 +# 🚨 test: 不足しているテストの追加や既存のテストの修正 +# 🛠 build: ビルドシステムや外部の依存関係に影響する変更 (スコープの例: gulp, npm) +# ⚙️ ci: CI の設定ファイルやスクリプトの変更 (スコープ例: Travis, Circle) +# ♻️ chore: src やテストファイルを変更しないその他の変更 +# 🗑 revert: 以前のコミットを取り消す