コミットメッセージやブランチ名の規約など
コミットメッセージの規約
Conventional Commits (Original)
Conventional Commits (Japanese)
構造
code: comment
<type>opt scope: <description>
opt body
opt footer(s)
<type>
fix - SemVer の PATCH 相当
feat - SemVer の MINOR 相当
(typescope の後に !) - SemVer の MAJOR に相当
上記以外
build
chore
ci
docs
style
refactor
perf
test
その他
コミットメッセージで使う英語
GitHubで使われている実用英語コメント集 - Qiita
ブランチ名で使う英語
Git branch naming conventions
Git Branching Naming Convention: Best Practices – {coding}Sight