Merge pull request 'FHM290626SAS01 - tambah aturan wajib cek semua commit sebelum buat PR' (#5) from staging into master
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
11
AGENTS.md
11
AGENTS.md
@@ -15,6 +15,17 @@
|
||||
## Priority
|
||||
- Safety confirmation is mandatory and overrides speed.
|
||||
|
||||
## Pull Request — Wajib Sebelum Membuat PR
|
||||
|
||||
Sebelum membuat PR, **selalu jalankan dua perintah ini terlebih dahulu:**
|
||||
|
||||
```bash
|
||||
git log origin/master..origin/staging --oneline # lihat semua commit yang belum masuk master
|
||||
git diff origin/master...origin/staging --stat # lihat semua file yang berubah
|
||||
```
|
||||
|
||||
Deskripsi PR harus mencakup **semua commit** yang ada di staging tapi belum di master — bukan hanya commit terakhir. Jangan sampai ada commit/file yang terlewat.
|
||||
|
||||
## Pull Request Format
|
||||
|
||||
Setiap PR wajib menggunakan struktur berikut:
|
||||
|
||||
Reference in New Issue
Block a user