Commit Guidelines
Please follow the Conventional Commits format:
feat:for new featuresfix:for bug fixesdocs:for documentation updatesstyle:for formatting changes (no code logic change)refactor:for code refactoringtest:for adding or updating testschore:for other maintenance tasksci:for CI/CD or workflow related changes
Example:feat: add user authentication