67

/ 100

GradeD

Strong community interest, but tests, CI, or docs need work.

Top 49% of 5,156 graded repos

Emulator that can run 32-bit Windows programs/games on multiple platforms via Wine

A low grade is a to-do list, not a judgment of your code

Most gaps here are documentation, tests, and setup, not the code itself. Closing your top 3 gaps alone would lift this repo to B (85).

See your top fixes
Now
D
67
Potential
B
85

Top fixes

Highest-impact changes first, ranked by point weight

15 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    README12pt

    Show a quick-start snippet so contributors can see what using your project looks like.

  3. 3
    README12pt

    Link to a deployed version, docs site, or demo video. Users want to see it running.

  4. 4
    README12pt

    Add CI/build status badges from shields.io or your CI provider to signal project health.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

51

Install and run instructions9pt0

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

README12pt55

README is present.

Contributing guide5pt72

CONTRIBUTING guide found.

License6pt100

Licensed under GPL-2.0.

Engineering

68

Reproducibility6pt0

No dependency lockfile found (−70 pts).

Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Tests18pt80

Test files detected (lib/asmjit/asmjit-testing/tests).

CI/CD14pt100

CI is configured (Jenkinsfile).

Linting and formatting5pt100

Linter or formatter configured (lib/asmjit/.editorconfig).

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (lib/asmjit/db/package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 29 / 117
    Commits (30d / 90d)
  • 98
    Forks
  • 2
    Releaseslatest 3mo ago

Community

  • 42% - Weak
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 1,046
    Watchers

Responsiveness

  • 2h
    Median issue response
  • <1h
    Median PR merge time
  • 64
    Open issues
Repository files20 root entries
  • .claude
  • docs
  • include
  • lib
    Good: Licensed under GPL-2.0.
    Good: 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: Test files detected (lib/asmjit/asmjit-testing/tests).
    Good: Linter or formatter configured (lib/asmjit/.editorconfig).
    Good: Dependency manifest found (lib/asmjit/db/package.json).
  • platform
  • project
  • source
  • tools
    Issue: Build artifacts or local files may be committed (tools/BoxedWineRunner/.idea/artifacts) (−40 pts).Fix: Remove them and add to .gitignore.
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • BUILD.md
  • buildFlags.txt
  • changeLog.txt
  • cinebench.jpg
  • commandLine.txt
  • Jenkinsfile
    Good: CI is configured (Jenkinsfile).
  • license.txt
  • patch.diff
  • README.md
    Good: README is present.
    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.
    Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.
    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.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • todo.txt
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/danoon2/boxedwine)](https://www.repo-grade.com/report/danoon2/boxedwine)

More graded C++ repos