Commit Guidelines
Please follow the Conventional Commits format:
feat:for new featuresfix:for bug fixesdocs:for documentation updatesstyle:for formatting changesrefactor:for code refactoringtest:for adding or updating testschore:for maintenance tasksci:for CI/CD or workflow changes
Example:feat: add user authentication