Good shape overall. A few tweaks would push it into the top tier.

Apache Dubbo documents

Documentation

80

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt100

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

59

Tests18pt30

Go module found but no *_test.go files detected.

Add *_test.go files alongside your packages and run `go test ./...`.

CI/CD14pt57

CI is configured (.github/workflows/build_and_deploy_history.yml).

Reproducibility6pt75

Lockfile present (go.sum). Installs are reproducible.

Linting and formatting5pt100

Formatting enforced (gofmt (built into Go toolchain)).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

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)
  • 806
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 490
    Watchers

Responsiveness

  • 1d 11h
    Median issue response
  • 5h
    Median PR merge time
  • 305
    Open issues
Repository files26 root entries
  • .github
    Good: CI is configured (.github/workflows/build_and_deploy_history.yml).
    Good: Issue or PR templates present.
  • archetypes
  • assets
  • benchmark
  • content
    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: Security policy present.
  • data
  • i18n
  • layouts
  • static
  • .asf.yaml
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .gitpod.yml
  • .htaccess
  • .htmltest.yml
  • 404.html
  • baidu_verify_9ea1htgFIo.html
  • build_bh.sh
  • cn_config.toml
  • config.toml
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under Apache-2.0.
  • netlify.toml
  • package.json
  • README.md
    Good: 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.