Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 878 Bytes

File metadata and controls

24 lines (18 loc) · 878 Bytes

Contributing

Thanks for your interest in contributing to LibreYOLO.

LibreYOLO is an MIT-licensed computer vision library focused on YOLO-style training and inference. Contributions are welcome, but maintainer review time is limited. Keep changes focused, tested, and aligned with the project.

Before opening a PR

  • For anything non-trivial, open an issue before submitting a PR so we can agree on the approach before review time is spent.
  • PRs must link to an issue (for anything non-trivial)
  • A good PR solves one clearly described problem.
  • Use common sense and keep scope tight.
  • Changes that add, remove, or reinterpret checkpoint metadata must update docs/checkpoint_schema.md and the shared helpers in libreyolo/utils/serialization.py.

LLM policy

  • Do not add LLMs as co-authors in commits.
  • Do not open LLM-generated issues.
  • Read AGENTS.md