Validasi format commit message sesuai standar perusahaan
| Tipe | Deskripsi | Contoh |
|---|---|---|
| feat | Fitur baru | feat: add login (Taiga #DATB-001) |
| fix | Bug fix | fix: resolve dashboard crash (Taiga #PROJ-002) |
| refactor | Refactoring code | refactor: improve auth logic (Taiga #AUTH-003) |
| docs | Update dokumentasi | docs: update API docs (Taiga #DOC-004) |
| style | Formatting code | style: format with prettier (Taiga #STY-005) |
| test | Menambahkan tests | test: add unit tests (Taiga #TEST-006) |
| chore | Maintenance tasks | chore: update dependencies (Taiga #CHR-007) |
| perf | Performance improvement | perf: optimize queries (Taiga #PERF-008) |
| ci | CI/CD changes | ci: update workflow (Taiga #CI-009) |
| build | Build system changes | build: update webpack (Taiga #BLD-010) |
| revert | Revert previous commit | revert: revert feature X (Taiga #REV-011) |