Commit Guidelines

Please follow the Conventional Commits format:

  • feat: for new features
  • fix: for bug fixes
  • docs: for documentation updates
  • style: for formatting changes
  • refactor: for code refactoring
  • test: for adding or updating tests
  • chore: for maintenance tasks
  • ci: for CI/CD or workflow changes

Example:feat: add user authentication