git commit 註釋規範

  • type: commit 的類型
  • feat: 新特性
  • fix: 修改問題
  • refactor: 代碼重構
  • docs: 文檔修改
  • style: 代碼格式修改, 注意不是 css 修改
  • test: 測試用例修改
  • chore: 其餘修改, 好比構建流程, 依賴管理.
  • scope: commit 影響的範圍, 好比: route, component, utils, build...
  • subject: commit 的概述, 建議符合 50/72 formatting
  • body: commit 具體修改內容, 能夠分爲多行, 建議符合 50/72 formatting
  • footer: 一些備註, 一般是 BREAKING CHANGE 或修復的 bug 的連接.
相關文章
相關標籤/搜索