Thank you for your interest in contributing to Flow BT! We welcome contributions from the community.
- Report Bugs: If you find a bug, please open an issue on GitHub.
- Suggest Features: We love new ideas! Open an issue to describe your feature request.
- Submit Pull Requests:
- Fork the repository.
- Create a new branch for your changes.
- Write tests for your changes.
- Ensure all tests pass.
- Submit a pull request.
See DEVELOPMENT.md for instructions on setting up your development environment.
We use black for formatting and ruff for linting. Please ensure your code follows these standards.
black .
ruff check .By contributing, you agree that your contributions will be licensed under the MIT License.