Thanks for your interest in contributing! This document explains how to get involved.
- 🐛 Bug reports: Create an issue with reproduction steps
- 💡 Feature requests: Start a discussion first
- Fork this repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests (if applicable)
- Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Create a Pull Request
We use Conventional Commits:
feat:New featurefix:Bug fixdocs:Documentation onlychore:Maintenancerefactor:Code refactoringperf:Performance optimization
- Follow existing code patterns
- Add comments for complex logic
- Update documentation if needed
Feel free to create an issue or start a discussion.
This repository is licensed under Apache-2.0.