跳至內容
野空文庫
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
您在這裏:
root
»
guide
»
commit-message
guide:commit-message
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
# Commit Message Guide src: <https://juejin.im/post/5c383626e51d45517d2f9d0c> ## 格式 ``` <type>(<scope>): <subject> // 空一行 <body> // 空一行 <footer> ``` ### type 提交類型,可選值如下: * work: 開發中 (work in progress) * feature: 新功能 (new feature) * fix: 修補 bug (fix bug) * doc: 文件 (documentation changes) * style: 格式 (change code format) * refactor: 重構 (modify code but not feature) * test: 增加測試 (test code) * chore: 建構過程或輔助工具的變動 (changes don't modify src and test files, only config or tasks) ### scope 用於說明 commit 影響的範圍,比如資料層、控制層、檢視層等等,視項目不同而不同。 ### subject commit 目的的簡短描述。 ### body 對本次 commit 的詳細描述 ### footer 描述一些特殊情況,不相容變動和 issue 關閉。
guide/commit-message.txt
· 上一次變更: 2024/12/22 21:17 由
127.0.0.1
頁面工具
顯示頁面
舊版
反向連結
回到頁頂