FHM290626SAS01 - prompt pembuatan PR
This commit is contained in:
26
CLAUDE.md
26
CLAUDE.md
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user