-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
31 lines (31 loc) · 1.26 KB
/
.gitmessage
File metadata and controls
31 lines (31 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# <type>: :<emoji>: <1文の日本語で説明>
#
# 例:
# feat: :sparkles: プロジェクト検索機能を追加
# fix: :bug: 表示エラーを修正
# docs: :memo: READMEを更新
#
# タイプ:
# feat (:sparkles:) 新機能追加
# fix (:bug:) バグ修正
# docs (:memo:) ドキュメント更新
# style (:art:) コードフォーマット
# refactor (:recycle:) リファクタリング
# perf (:zap:) パフォーマンス改善
# test (:white_check_mark:) テスト追加・修正
# build (:package:) ビルドシステム変更
# ci (:construction_worker:) CI設定変更
# chore (:wrench:) 設定ファイル変更
# security (:lock:) セキュリティ修正
# init (:tada:) 初期コミット
#
# その他のGitmoji:
# :fire: コード/ファイル削除
# :pencil2: タイポ修正
# :rewind: コミット取り消し
# :green_heart: CI修正
# :arrow_up: 依存関係アップグレード(CMake, vcpkg など)
# :arrow_down: 依存関係ダウングレード
# :pushpin: 依存関係を特定バージョンに固定
#
# 参考: https://gitmoji.dev/