Good shape overall. A few tweaks would push it into the top tier.
Apache Dubbo documents
Documentation
80
README documents how to install the project.
CONTRIBUTING guide found.
README is present.
Licensed under Apache-2.0.
Engineering
59
Go module found but no *_test.go files detected.
→ Add *_test.go files alongside your packages and run `go test ./...`.
CI is configured (.github/workflows/build_and_deploy_history.yml).
Lockfile present (go.sum). Installs are reproducible.
Formatting enforced (gofmt (built into Go toolchain)).
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
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)
- 806Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 490Watchers
Responsiveness
- 1d 11hMedian issue response
- 5hMedian PR merge time
- 305Open issues
Repository files26 root entries
- .githubGood: CI is configured (.github/workflows/build_and_deploy_history.yml).Good: Issue or PR templates present.
- archetypes
- assets
- benchmark
- contentGood: 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: Security policy present.
- data
- i18n
- layouts
- static
- .asf.yaml
- .gitignoreGood: .gitignore present.
- .gitmodules
- .gitpod.yml
- .htaccess
- .htmltest.yml
- 404.html
- baidu_verify_9ea1htgFIo.html
- build_bh.sh
- cn_config.toml
- config.toml
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under Apache-2.0.
- netlify.toml
- package.json
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.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.