Skip to content

Latest commit

Β 

History

History
39 lines (27 loc) Β· 757 Bytes

File metadata and controls

39 lines (27 loc) Β· 757 Bytes

Contributing

Panduan singkat penulisan commit message.


πŸ“ Format Commit

<type>: <pesan singkat>

πŸ—‚οΈ Jenis Commit

Type Penjelasan
feat Menambah fitur baru
fix Memperbaiki bug
docs Perubahan dokumentasi
style Format kode tanpa ubah logika
refactor Perapihan struktur kode
chore Pekerjaan maintenance

βœ… Contoh Commit

feat: tambah halaman profil
fix: error session null
refactor: rapikan helper image
docs: update README

Gunakan pesan yang singkat, jelas, dan konsisten.