To meet the pull request title convention requirements enforced by Github Actions, here is a brief guide to help choosing the appropriate tag for each purpose:
build:
- changes that affect the build system or external dependencieschore:
- miscellaneous commits and routine tasksci:
- changes to the CI/CD configurationdocs:
- updating the documentationfeat:
- adding or removing a feature featurefix:
- bug fixesperf:
- performance improvementrefactor:
- improve code structure, readability, or maintainabilityrevert:
- reverts a previous commitstyle:
- code formatting and styling that do not affect functionalitytest:
- adding or updating tests