Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 581 Bytes

File metadata and controls

23 lines (15 loc) · 581 Bytes

Contributing to ContextSeek

Setup

uv sync
uv run pytest tests/ -q

Workflow

  1. Fork the repo and create a branch from main.
  2. Make your changes and add tests if applicable.
  3. Run uv run pytest tests/ -q and confirm all tests pass.
  4. Open a pull request against main with a clear description of what changed and why.

Issues

Report bugs or request features via GitHub Issues.

License

By contributing you agree that your contributions will be licensed under the Apache 2.0 License.