Gitのコミットメッセージの書き方 ( 2023年 ver. ) ( 転記 )
その書き方 いいなと思ったので リンク先に 一度目を通していただきたい
そして ただの転記
I referred to Gitのコミットメッセージの書き方(2023年ver.) | Zenn.
https://zenn.dev/itosho/articles/git-commit-message-2023
I referred to Semantic Commit Messages · GitHub.
https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
Note
<Type> : #<Issue Number> <Title>
<Description>
feat
- ユーザー向けの機能の追加や変更
fix
- ユーザー向けの不具合の修正
docs
- ドキュメントの更新
style
- フォーマットなどのスタイルに関する修正
refactor
- リファクタリングを目的とした修正
test
- テストコードの追加や修正
chore
- タスクファイルなどプロダクションに影響のない修正