2 Open Issues Need Help Last updated: Aug 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue addresses an inconsistency in README examples across several Crickets and Comb repositories. The command `make list-targets` needs to be updated to `make list-makes` to correctly demonstrate how to list available make targets.

Complexity: 2/5
documentation good first issue help wanted

A basic package setup with examples.

Python

AI Summary: Update the project's README file to correct the examples for using the CLI. The current examples use `python -m example`, but the correct usage is simply `example`. This involves changing the README and potentially other related repositories if necessary.

Complexity: 2/5
documentation good first issue help wanted

A basic package setup with examples.

Python