Thank you for your interest in contributing to universal-node-network.
This repository is part of ORGAN-IV (Orchestration) in the ORGANVM system. For organization-wide contribution guidelines, see the .github repository.
cd universal-node-network
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest tests/ -v- Branch from
mainusingfeature/your-featureorfix/your-fix - Follow Conventional Commits:
feat:,fix:,docs:,chore: - Ensure tests pass before submitting
- Keep commits atomic and focused