Labels
Labels
18 labels
- Introduce changes that break backwards compatibility of existing functionality or APIs.
- Unexpected behavior or reproducible flaws requiring investigation
- Fix something that isn't working as expected.
- Changes related to building distributable packages.
- Changes related to continuous integration (CI) configuration or workflows.
- A breach of the Code of Conduct
- Mark features or APIs as deprecated, signaling they will be removed soon.
- Update or improve the documentation or README.
- Add new capabilities or functionalities to the project.
- A great starting point for new contributors to dive into the project with easy-to-handle tasks.
- Repository maintenance, excluding coding tasks.
- Miscellaneous changes that don't fit into other categories.
- Improve the speed, efficiency, or resource usage of the code.
- PR title invalid, should be formated according to the contributing guidelines.
- Restructure the code for better readability or organization without changing behavior.
- Undo a previous change or commit that introduced issues.
- This PR will not be shown in change list of next release.
- Add or modify tests to ensure code reliability and correctness.