mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-04-04 15:20:19 +02:00
819 B
819 B
Development and contribution
Thanks for your interest in improving batdetect2.
Ways to contribute
- Report bugs and request features on GitHub Issues
- Improve docs by opening pull requests with clearer examples, fixes, or missing workflows
- Contribute code for models, data handling, evaluation, or CLI workflows
Basic contribution workflow
- Open an issue (or comment on an existing one) so work is visible.
- Create a branch for your change.
- Run checks locally before opening a PR:
just check
just docs
- Open a pull request with a clear summary of what changed and why.
Development environment
Use uv for dependency and environment management.
uv sync
For more setup details, see {doc}../getting_started.