Skip to content

🔄 Git Workflow

Gunakan standar berikut:

main → production
dev → development
feature/* → fitur baru
fix/* → bug fix


📝 Commit Message Format

feat: tambah fitur login
fix: perbaiki validasi input
refactor: pisahkan service layer

Released under the MIT License.