- feat: A new feature
- fix: A bug fix
- docs: Documentation changes
- style: Code style changes (formatting, etc)
- refactor: Code changes that neither fix bugs nor add features
- perf: Performance improvements
- test: Adding or fixing tests
- chore: Changes to build process or auxiliary tools
- ci: Changes to CI configuration
- revert: Reverting previous commits
- Code follows style guidelines
- Documentation updated
- No new warnings generated
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
- Test A
- Test B