0
/ 100
Solid foundation. Invest in docs and CI to grow from here.
Documentation
67
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.
README documents how to install the project.
README is present.
Licensed under AGPL-3.0.
Engineering
68
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 is configured (.github/workflows/publish-paths.yml).
Lockfile present (GatheringPathRenderer/packages.lock.json). Installs are reproducible.
Test files detected (QuestPathGenerator.Tests/QuestGeneratorTest.cs).
.NET formatting configured (.editorconfig).
Project health
84
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 manifest found (Questionable.sln).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 48Forks
- 492Releaseslatest 8mo ago
Community
- -Community health
- -authors own >50% of commits
- 20Watchers
Responsiveness
- 10hMedian issue response
- <1hMedian PR merge time
- 26Open issues
Repository files25 root entries
- .githubGood: CI is configured (.github/workflows/publish-paths.yml).
- .vscode
- GatheringPathRendererGood: Lockfile present (GatheringPathRenderer/packages.lock.json). Installs are reproducible.
- GatheringPaths
- Questionable
- Questionable.IpcTest
- Questionable.Model
- Questionable.Tests
- QuestPathGenerator
- QuestPathGenerator.TestsGood: Test files detected (QuestPathGenerator.Tests/QuestGeneratorTest.cs).
- QuestPaths
- QuestPaths.JsonValidator
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- CHANGELOG.md
- CODEOWNERS
- Directory.Build.targets
- global.json
- LICENSEGood: Licensed under AGPL-3.0.
- nuget.config
- Questionable.slnGood: Dependency manifest found (Questionable.sln).
- Questionable.sln.DotSettings
- README.mdGood: 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.