Skip to content

Labels

Labels

  • build

    used to indicate changes that affect the project's build process or external dependencies
  • chore

    Indicates design changes that do not affect the system or test files
  • docs

    used when there are changes to the project documentation
  • feat

    indicates the development of a new feature to the project
  • fix

    used when correcting errors that are generating bugs in the system.
  • perf

    indicates a change that improved system performance
  • refactor

    used when there is a refactoring of code that has no impact on the business logic/rules of the sys
  • revert

    indicates the reversal of a previous commit
  • style

    used when there are changes in formatting and style of the code that do not alter the system
  • test

    indicates any type of creating or changing test codes.