Skip to content

Labels

Labels

  • Refactors code without changing its external behavior
  • Renames files or directories without changing functionality
  • Introduces a new feature or functionality
  • UI/UX or design-related changes such as CSS updates
  • Code style changes such as formatting, import order, or missing semicolons (no logic changes)
  • Fixes a bug or incorrect behavior
  • Updates or adds documentation
  • Maintenance tasks such as build process, dependencies, or configuration changes
  • Removes code or files
  • Adds or refactors test code