Git Conventional Commits 約定式提交

Git Conventional Commits 約定式提交規範了 Git message 每個部分該寫什麼和該怎麼寫。

我常見到同事的 Git commit 訊息都相當隨意,並未遵循特定的格式。

然而,我個人偏好使用以下網站所建議的規範:

https://www.conventionalcommits.org/

這套規範主要參考了 AngularJS Git Commit Message Conventions 並從中獲得啟發。該規範將指導你各部分應如何撰寫及該寫些什麼。

Git Conventional Commits 範例

在許多 GitHub 專案中,你都可以看到這套規範的影子。儘管大部分專案的 commit 訊息都相當隨意便是了。

comments powered by Disqus