Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 886 Bytes

File metadata and controls

31 lines (21 loc) · 886 Bytes

Contributing to Flow BT

Thank you for your interest in contributing to Flow BT! We welcome contributions from the community.

How to Contribute

  1. Report Bugs: If you find a bug, please open an issue on GitHub.
  2. Suggest Features: We love new ideas! Open an issue to describe your feature request.
  3. 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.

Development Setup

See DEVELOPMENT.md for instructions on setting up your development environment.

Code Style

We use black for formatting and ruff for linting. Please ensure your code follows these standards.

black .
ruff check .

License

By contributing, you agree that your contributions will be licensed under the MIT License.