-
Notifications
You must be signed in to change notification settings - Fork 0
Commit Message Format
kazunoko edited this page Mar 27, 2024
·
2 revisions
コミットメッセージは以下のフォーマットで記述する
type(scope): subject (#issue number)
例) feat: 〇〇なため、△△を追加 (#12)
- 基本的に1行で書く
- scopeは任意、他は必須
- whyは無理して書かなくてもいい(その場合はwhyをissueに詳しく書く)
コミットメッセージの書き方を調べる · Issue #22 · djkazunoko/nijikai-go
- feat: 機能追加
- bugfix: バグ修正
- docs: ドキュメント更新
- style: コードの意味に影響しない変更(空白、書式、セミコロンなど)
- refactor: リファクタリング
- perf: パフォーマンス向上
- test: テスト関連
- chore: ビルド、補助ツール、ライブラリ関連