0

/ 100

GradeC

Solid early foundation. Docs and CI will help it get noticed.

Documentation

85

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 instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

55

Linting and formatting5pt0

No .NET formatter configured.

Add an .editorconfig to define C# formatting rules and run `dotnet format` in CI.

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.

Reproducibility6pt10

No dependency lockfile found (−70 pts).

Enable and commit packages.lock.json so NuGet restores are repeatable.

Tests18pt80

Test files detected (Domain.Tests/AggregateTests.cs).

CI/CD14pt85

CI is configured (.github/workflows/docker-build.yml).

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 (Echo.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)
  • 1
    Forks
  • 0
    Releases

Community

  • 25% - Weak
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 3
    Watchers

Responsiveness

  • -
    Median issue response
  • 2h
    Median PR merge time
  • 1
    Open issues
Repository files50 root entries
  • .github
    Good: CI is configured (.github/workflows/docker-build.yml).
  • AppEnvironment
  • Contracts
  • deploy
  • Domain
  • Domain.Tests
    Good: Test files detected (Domain.Tests/AggregateTests.cs).
  • Echo
    Good: Environment pinned via Echo/Dockerfile.
  • Echo.Domain
  • Echo.Infrastructure
  • Federation.Application
  • Federation.Domain
  • Federation.Infrastructure
  • Federation.Tests
  • Guild.Application
  • Guild.Contracts
  • Guild.Domain
  • Guild.Infrastructure
  • Guild.Tests
  • Identity.Application
  • Identity.Contracts
  • Identity.Domain
  • Identity.Infrastructure
  • Identity.Tests
  • Message.Domain.Tests
  • Messaging
  • Messaging.Application
  • Messaging.Contracts
  • Messaging.Domain
  • Messaging.Infrastructure
  • Messaging.Tests
  • Persistence
  • signatures
  • Social.Application
  • Social.Contracts
  • Social.Domain
  • Social.Infrastructure
  • Social.Tests
  • stress-tests
  • User.Tests
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • CLA.md
  • compose.yaml
  • docker-compose.tests.yml
  • Echo.sln
    Good: Dependency manifest found (Echo.sln).
  • init-multiple-dbs.sh
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • nginx.conf
  • 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.
    Good: README documents how to run the project.
  • solution_coverage.xml
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://repo-grade.com/api/badge/alpinebits-ch/alpinebackend)](https://repo-grade.com/report/alpinebits-ch/alpinebackend)

More graded C# repos