Pesan (Message): Commit
note
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 |