Thank you for your interest in contributing! Please follow these simple steps:
-
Create a Branch: Use a descriptive name like
feature/example-windowsorfix/threshold-tuning. -
Commit Changes: Follow Conventional Commits (e.g.,
feat: add recall-based threshold objective). -
Verify: Run
make lintandmake test(make your tests). -
Push and Open a PR: Provide a clear description of what your changes achieve.