refactor: 健檢規範、拆出設計預設、修 git type

This commit is contained in:
2026-06-11 14:32:16 +08:00
parent f5042d6e02
commit e37433ea02
5 changed files with 33 additions and 29 deletions
@@ -23,7 +23,7 @@ git commit -m "type: 重點"
| 項目 | 約定 |
|------|------|
| type | `feat``fix``style`選一 |
| type | `feat``fix``style``refactor``chore` 五選一 |
| 重點 | **15 字以內**(標點計入) |
| add | **一律 `git add .`**,禁止只 add 單檔 |