Thank you for considering contributing to WhisperForge!
- Fork the repository and clone your fork.
- Create a virtual environment:
python -m venv venv source venv/bin/activate - Install dependencies required for development and testing:
You can also run
pip install -r requirements.txt
scripts/setup_test_env.shwhich performs these steps for you. - Run the test suite to ensure everything works:
pytest
Please submit pull requests from feature branches and ensure all tests pass.