Thanks for wanting to contribute! Follow these simple steps:
- Fork the repo.
- Create a feature branch:
feature/your-featureorfix/bug-name.
- Implement new features or fix bugs.
- Follow the existing code style (e.g., use Black).
- Update documentation if needed.
- Run tests locally to ensure nothing breaks.
- Add tests for new functionality or bug fixes.
- Open a pull request to
main. - Include a clear description of what you changed and why.
- Poetry → manage dependencies & virtual environment.
- Pre-commit hooks → auto-check code before commits.
- Docs → located in the
docsfolder.
- MIT License (LICENSE)