We welcome contributions from the community! OpenEnv is an open-source project and weβre excited to have you join us.
Found a bug? Please open an issue with:
Have an idea? Open a feature request describing:
One of the best ways to contribute is to add a new environment! See the Building Environments guide to get started.
Documentation improvements are always welcome:
git checkout -b feature/my-featurepytest# Clone your fork
git clone https://github.com/YOUR_USERNAME/OpenEnv.git
cd OpenEnv
# Install in development mode
pip install -e ".[dev]"
# Run tests
pytest
# Run linting
ruff check .OpenEnv is openly governed by a technical committee that includes Meta-PyTorch, Reflection, Unsloth, Modal, Prime Intellect, Nvidia, Mercor, Fleet AI, and Hugging Face. The committee coordinates project direction, major technical decisions, RFCs, and release planning in public.
Use the OpenEnv repository to file issues, discuss substantial changes, and submit pull requests.
By contributing, you agree that your contributions will be licensed under the same license as the project.
Thank you for contributing! π
Update on GitHub