Labels
Labels
16 labels
- This PR introduces a breaking change.
- Conventional commit type for changes to some configuration files of the project.
- Conventional commit type for changes to the CI (Github workflows and actions).
- Conventional commit type for changes to the documentation.
- Conventional commit type for new features.
- Conventional commit type for bug fixes of the actual library (changes to src).
- Conventional commit type for changes mostly focused on performance improvements (memory or speed).
- Conventional commit type for any refactoring, not user-facing, and not typing or perf improvements
- Conventional commit type for minor style changes.
- Conventional commit type for changes to tests.
- Conventional commit type for improvements to typing.