Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 774 Bytes

File metadata and controls

23 lines (16 loc) · 774 Bytes

Contributing to universal-node-network

Thank you for your interest in contributing to universal-node-network.

Getting Started

This repository is part of ORGAN-IV (Orchestration) in the ORGANVM system. For organization-wide contribution guidelines, see the .github repository.

Development

cd universal-node-network
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest tests/ -v

Pull Requests

  • Branch from main using feature/your-feature or fix/your-fix
  • Follow Conventional Commits: feat:, fix:, docs:, chore:
  • Ensure tests pass before submitting
  • Keep commits atomic and focused