Thanks for considering contributing to this open-source project! We welcome and appreciate any contributions, whether they are bug reports, feature requests, or code changes.
- Fork the repository
- Create a new branch for your contribution (e.g.
feat/new_feature
orfix/bug_fix
) - Make your changes
- Commit your changes and push to your fork
- Create a pull request (PR) against the
main
branch of the main repository - Wait for your PR to be reviewed and merged
We use GitHub issues to track bugs and feature requests. If you find a bug or have a feature request, please search the existing issues to see if it has already been reported. If not, please open a new issue.
- Make sure your code is well-documented and follows our existing code style
- Include test cases for any new functionality
- Make sure your code passes all existing tests and linting checks
- Reference any relevant issues in your PR description