FHM290626SAS01 - prompt pembuatan PR

This commit is contained in:
sas.fajri
2026-06-29 10:39:48 +07:00
parent 16d3a63c05
commit fa143b3eb0
3 changed files with 139 additions and 0 deletions

View File

@@ -1,3 +1,29 @@
# Pull Request Format
Setiap PR wajib menggunakan struktur berikut:
**Title:** `TASKCODE - deskripsi singkat`
**Body:**
```
## Latar Belakang Masalah
[Root cause atau kebutuhan yang melatarbelakangi perubahan]
## Perubahan
- [Bullet point perubahan spesifik per komponen/fungsi/store]
## File yang Diubah
| File | Komponen/Fungsi | Keterangan |
|---|---|---|
| `path/to/Component.vue` | `method X` | deskripsi singkat |
## Test yang Harus Dilakukan QA
- [ ] Skenario normal: ...
- [ ] Skenario edge case: ...
- [ ] Skenario negatif: ...
- [ ] Regression: pastikan fitur terkait tidak rusak
```
# Commit Message Format
- Sebelum membuat commit, **selalu tanya kode task** kepada user.
- Format commit message wajib: `TASKCODE - deskripsi singkat`