675 B
675 B
Commit
Commit changes to the repository.
Rules
- Use English for commit messages except for specific terms that are better left untranslated.
- Follow the Conventional Commits specification.
- Use the format
type(scope): descriptionfor commit messages. - Use
fix,feat,chore,docs,style,refactor,test,perf, andbuildas types. - Use
scopeto indicate the area of the codebase affected by the change.
- Use the format
- Ensure that the commit message is clear and concise.
- Include relevant issue references in the commit message if applicable (e.g.,
Fixes #123). - Avoid committing large changes in a single commit; break down into logical units.