type(scope): short description
- Detailed description of the change.
The description must be written in the imperative mood, start with a lowercase letter, and not end with a period.
component-{subScope}: changes limited to a UI component or feature.app-{subScope}: changes to the application entry point or global behavior.server-{subScope}: API requests, authentication, and response handling.config: project or tool configuration.deps: dependencies and package management.docs: project documentation.all: changes that affect the entire project.
Subscopes are optional. Use them only when they make the affected area clearer.
loginregisterhomeprofilemessagetask-modalconfirmation-modalloading-spinnerthememultiple
routingstylesbootstrapmultiple
api-clientauthtasksusersresponse-formattermultiple
feat(scope): new functionality
- Description of the new functionality.
fix(scope): fix an error
- Description of the corrected behavior.
refactor(scope): improve internal code without changing behavior
- Description of the internal improvement.
docs(docs): update project documentation
- Description of the documentation change.
Use this type only for visual or formatting changes that do not modify behavior.
style(scope): update visual styles or code formatting
- Description of the style change.