Contributing
Thank you for your interest in contributing to flow-it-api!
Development Setup
- Clone the repository.
- Create a virtual environment and install dependencies:
- Install pre-commit hooks:
Running Tests
Run the test suite with coverage:
Documentation
To preview the documentation locally:
Submitting Changes
- Create a new branch for your feature or bugfix.
- Ensure all tests pass and linting is clean.
- Submit a Pull Request to the
mainbranch.