Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 561 Bytes

File metadata and controls

33 lines (23 loc) · 561 Bytes

Contributing

Thanks for contributing to Omega Walls.

Local Setup

  1. Use Python 3.10+.
  2. Install project dependencies:
pip install -e .[dev]

Run Checks

python -m pytest

Optional local gates:

make check

Pull Requests

  • Keep changes focused and small.
  • Update docs in the same PR if behavior/config/CLI changes.
  • Add or update tests for user-visible behavior.
  • Ensure CI is green before requesting review.

Security

For security issues, follow SECURITY.md and do not use public issues.