Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 717 Bytes

File metadata and controls

28 lines (19 loc) · 717 Bytes

Contributing to OmniOracle

Thanks for your interest in contributing! Here's how to get started.

Quick Start

  1. Fork the repo and clone locally
  2. Create a branch: git checkout -b my-feature
  3. Install dependencies: pip install -e ".[dev]"
  4. Make your changes and add tests
  5. Run tests: pytest
  6. Push and open a Pull Request

What to Work On

  • Check Issues for open tasks
  • Issues labeled good first issue are great starting points
  • Bug reports and documentation improvements are always welcome

Code Style

  • Follow existing patterns in the codebase
  • Add tests for new features
  • Keep PRs focused — one feature/fix per PR

Questions?

Open an issue — happy to help!