0

/ 100

GradeC

Solid foundation. Invest in docs and CI to grow from here.

Documentation

67

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

Install and run instructions9pt45

README documents how to install the project.

README12pt85

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

68

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.

CI/CD14pt68

CI is configured (.github/workflows/publish-paths.yml).

Reproducibility6pt70

Lockfile present (GatheringPathRenderer/packages.lock.json). Installs are reproducible.

Tests18pt80

Test files detected (QuestPathGenerator.Tests/QuestGeneratorTest.cs).

Linting and formatting5pt100

.NET formatting configured (.editorconfig).

Project health

84

Repository metadata5pt40

No repository description set on GitHub (−60 pts).

Add a one-line description in the repo Settings → About. It appears in search results and social previews.

Dependency manifest6pt100

Dependency manifest found (Questionable.sln).

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 48
    Forks
  • 492
    Releaseslatest 8mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 20
    Watchers

Responsiveness

  • 10h
    Median issue response
  • <1h
    Median PR merge time
  • 26
    Open issues
Repository files25 root entries
  • .github
    Good: CI is configured (.github/workflows/publish-paths.yml).
  • .vscode
  • GatheringPathRenderer
    Good: Lockfile present (GatheringPathRenderer/packages.lock.json). Installs are reproducible.
  • GatheringPaths
  • Questionable
  • Questionable.IpcTest
  • Questionable.Model
  • Questionable.Tests
  • QuestPathGenerator
  • QuestPathGenerator.Tests
    Good: Test files detected (QuestPathGenerator.Tests/QuestGeneratorTest.cs).
  • QuestPaths
  • QuestPaths.JsonValidator
  • .editorconfig
    Good: .NET formatting configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • CHANGELOG.md
  • CODEOWNERS
  • Directory.Build.targets
  • global.json
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • nuget.config
  • Questionable.sln
    Good: Dependency manifest found (Questionable.sln).
  • Questionable.sln.DotSettings
  • 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.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    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.