Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 420 Bytes

File metadata and controls

15 lines (12 loc) · 420 Bytes

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