Skip to content

Labels

Labels

  • build

    Example: build(webpack): enable code-splitting for performance
  • chore

    Example: chore(deps): update react to version 17
  • ci (Cont. Integration)

    Example: ci(travis): update node.js version in CI config
  • docs

    Example: docs(readme): update API documentation
  • feat

    Example: feat(auth): add user login feature
  • fix

    Example: fix(api): resolve timeout issue
  • perf

    Example: perf(api): optimize database queries for faster response
  • refactor

    Example: refactor(auth): simplify authentication logic
  • revert

    Example: revert: revert feat(auth): add user login feature
  • style

    Example: style(ui): adjust button margin and padding
  • test

    Example: test(unit): add tests for user login feature