Thank you for your interest in contributing to llama-github.
By participating in this project, you agree to abide by the Code of Conduct. Please read and follow the guidelines to ensure a welcoming and inclusive environment for all contributors.
Requirements:
- Python
3.10+
Setup:
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]Validation:
pytest -q
python -m build- Keep public API changes intentional and well documented.
- Add or update tests for behavioral changes.
- Update docs when changing return shapes, examples, or supported runtime versions.
- Prefer small, reviewable pull requests over broad rewrites.
- Use a clear title and description.
- Include migration notes when behavior changes in a user-visible way.
- Reference related issues when applicable.
- Make sure the repository still passes
pytest -qandpython -m build.
By contributing to llama-github, you agree that your contributions will be licensed under the Apache License 2.0.