Contributing¶
See the full guide in CONTRIBUTING.md.
Quick start¶
git clone https://github.com/samthakur587/Tvarant.git
cd Tvarant
pip install -e ".[dev,docs]"
pytest tests/ -v
Pull requests¶
- Fork → feature branch → changes + tests
- Update
CHANGELOG.mdunder Unreleased - Open PR using the template
- Wait for CI (build, test, docs, lint)
Code of conduct¶
All contributors must follow our Code of Conduct.
Security¶
Report vulnerabilities via GitHub Security Advisories — see SECURITY.md.