Huge star count, but README, tests, and CI need real investment.
CloudMoe Windows 10/11 Activation Toolkit get digital license, the best open source Win 10/11 activator in GitHub. GitHub 上最棒的开源 Win10/Win11 数字权利(数字许可证)激活工具!
Documentation
52
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 is present.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Licensed under Other.
Engineering
12
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
No .NET formatter configured.
→ Add an .editorconfig to define C# formatting rules and run `dotnet format` in CI.
No dependency lockfile found (−70 pts).
→ Enable and commit packages.lock.json so NuGet restores are repeatable.
Issue or PR templates present.
Project health
84
Last pushed 6-12 months ago (−60 pts).
→ A recent commit signals the project is still maintained.
Dependency manifest found (CMWTAT_DIGITAL.sln).
Repository has a description.
.gitignore present.
Repository files14 root entries
- .githubGood: Issue or PR templates present.
- CMWTAT_DIGITAL
- images
- _config.yml
- .gitattributes
- .gitignoreGood: .gitignore present.
- CDNDirectRun.ps1
- CMWTAT_Digital_Release_2_7_2_0.exe
- CMWTAT_DIGITAL.slnGood: Dependency manifest found (CMWTAT_DIGITAL.sln).
- DirectRun.ps1
- LICENSEGood: Licensed under Other.
- README.en.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.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- README.md
- README.zh.md