This commit does X、I、we、now、currently,diff 已經說明 what
「依照使用者要求...」,若需要歸屬請用 Co-authored-by trailer
Generated with Claude Code 或任何 AI attribution,除非使用者或專案規則要求 Assisted-by / AI attribution trailer
Emoji,除非專案慣例要求
Scope 已經說明時,不要重複檔名
範例
Diff:新增 user profile endpoint,body 說明原因
錯:feat: add a new endpoint to get user profile information from the database
錯:feat(api): add GET /users/:id/profile
對:
#128 feat(api): add GET /users/:id/profile
Mobile client needs profile data without the full user payload
to reduce LTE bandwidth on cold-launch screens.
Closes #128
Diff:breaking API change
對:
#128 feat(api)!: rename /v1/orders to /v1/checkout
BREAKING CHANGE: clients on /v1/orders must migrate to /v1/checkout
before 2026-06-01. Old route returns 410 after that date.