Pesan (Message): Commit
catatan
Style Guide: Conventional Commits
Pesan Commitβ
Jenis Umum | Deskripsi | Contoh |
---|---|---|
π docs | Mengupdate dokumentasi | docs: Perbarui README.md dengan instruksi instalasi |
β¨ feat | Menambahkan fungsi atau fitur baru | feat: Tambahkan fitur otentikasi pengguna baru |
π¨ style | Melakukan perubahan terkait tampilan | style: Format kode untuk mengikuti Panduan Gaya JavaScript Airbnb |
π fix | Memperbaiki bug atau masalah | fix: Perbaiki masalah dengan halaman login yang tidak mengarahkan dengan benar |
β»οΈ refactor | Mengoptimalkan atau menata ulang kode | refactor: Simplify code for handling user authentication |
β test | Menambahkan atau memodifikasi pengujian | test: Tambahkan unit test untuk fitur otentikasi pengguna |
π· chore | Memperbarui dependensi | chore: Perbarui dependensi ke versi terbaru |
Commit Messageβ
Common Types | Description | Example |
---|---|---|
π docs | Updating documentation | docs: Update README.md with installation instructions |
β¨ feat | Adding new functionality or features | feat: Add new user authentication feature |
π¨ style | Making changes related to styling | style: Format code to follow Airbnb JavaScript Style Guide |
π fix | Fixing a bug or issue | fix: Fix issue with login page not redirecting correctly |
β»οΈ refactor | Restructuring or optimizing code | refactor: Simplify code for handling user authentication |
β test | Adding or modifying tests | test: Add unit tests for user authentication feature |
π· chore | Updating dependencies | chore: Update dependencies to latest version |