0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Pandora is a modern Minecraft launcher that balances ease-of-use with powerful instance management features
Documentation
68
README documents how to install the project.
README is present.
CONTRIBUTING guide found.
Licensed under MIT.
Engineering
87
CI is configured (.github/workflows/build.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (vendor/aes/tests).
Rust linting configured (rustfmt.toml).
Issue or PR templates present.
Project health
100
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 89Forks
- 30Releaseslatest 5mo ago
Community
- -Community health
- -authors own >50% of commits
- 832Watchers
Responsiveness
- 2d 22hMedian issue response
- 2d 16hMedian PR merge time
- 162Open issues
Repository files19 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/build.yml).
- .zed
- assets
- crates
- package
- screenshots
- scripts
- vendorGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: Test files detected (vendor/aes/tests).Good: Environment pinned via vendor/colored/Dockerfile.Good: Dependabot is configured. Dependencies update automatically.Good: Issue or PR templates present.Good: Security policy present.
- wrapper
- .gitattributes
- .gitignoreGood: .gitignore present.
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- flamegraph.sh
- LICENSEGood: Licensed under MIT.
- README.mdGood: README is present.Issue: README is fairly short (−10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- rustfmt.tomlGood: Rust linting configured (rustfmt.toml).
- vendor.sh