Contributing¶
Thank you for helping improve Oris.
Quick links¶
- Full contributor guide (source of truth):
CONTRIBUTING.mdon GitHub - Issues & PRs: github.com/DevStrikerTech/oris
- PR template:
.github/PULL_REQUEST_TEMPLATE.md
At a glance¶
- Fork / clone and create a branch from
dev(feat/...orfix/...). - Install with
pip install -e ".[dev]"and optionalpre-commit install. - Implement with tests; keep coverage ≥ 84% (enforced in
pyproject.toml). - Run
ruff check,ruff format --check,mypy, andpytestbefore opening a PR. - Open a PR targeting
dev.
Documentation¶
To preview this site locally:
Edits live under the repository’s docs/ directory (Markdown + mkdocs.yml).
Code of Conduct¶
Participation is governed by the Code of Conduct.