Skip to content

No labels!

There aren’t any labels for this repository quite yet.

build
build
used to indicate changes that affect the project's build process or external dependencies
chore
chore
Indicates design changes that do not affect the system or test files
docs
docs
used when there are changes to the project documentation
feat
feat
indicates the development of a new feature to the project
fix
fix
used when correcting errors that are generating bugs in the system.
perf
perf
indicates a change that improved system performance
refactor
refactor
used when there is a refactoring of code that has no impact on the business logic/rules of the sys
revert
revert
indicates the reversal of a previous commit
style
style
used when there are changes in formatting and style of the code that do not alter the system
test
test
indicates any type of creating or changing test codes.