Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit -m "feat: add my feature" - Push to the branch:
git push origin feature/my-feature - Open a Pull Request
- Follow existing code style
- Add tests for new functionality
- Update documentation as needed
Found a bug or have a feature request? Open an issue.
By contributing, you agree that your contributions will be licensed under the MIT License.