Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 559 Bytes

File metadata and controls

12 lines (7 loc) · 559 Bytes

Contributing to Collision-Detection-AI

Thank you for your interest in contributing! Please follow these simple steps:

Contribution Steps

  1. Create a Branch: Use a descriptive name like feature/example-windows or fix/threshold-tuning.

  2. Commit Changes: Follow Conventional Commits (e.g., feat: add recall-based threshold objective).

  3. Verify: Run make lint and make test (make your tests).

  4. Push and Open a PR: Provide a clear description of what your changes achieve.