Thanks for your interest in contributing to TextStream.
- Fork the repo and clone your fork
- Create a virtual environment:
python -m venv .venv && source .venv/bin/activate - Install in development mode:
pip install -e . - Run the server:
textstream
- Keep PRs focused on a single change
- Follow the existing code style
- Test your changes on Apple Silicon before submitting
- Update the README if you change CLI flags, API endpoints, or default behavior
Open an issue with:
- What you expected to happen
- What actually happened
- Your macOS version, chip (M1/M2/M3/M4), and Python version
- The full error output
Open an issue describing the use case. Explain what you want to build and why the current API does not support it.
By contributing, you agree that your contributions will be licensed under the MIT License.