0
/ 100
Solid early foundation. Docs and CI will help it get noticed.
Documentation
85
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
55
No .NET formatter configured.
→ Add an .editorconfig to define C# formatting rules and run `dotnet format` in CI.
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.
No dependency lockfile found (−70 pts).
→ Enable and commit packages.lock.json so NuGet restores are repeatable.
Test files detected (Domain.Tests/AggregateTests.cs).
CI is configured (.github/workflows/docker-build.yml).
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 (Echo.sln).
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 1Forks
- 0Releases
Community
- 25% - WeakCommunity health
- 1 bus factorlowauthor own >50% of commits
- 3Watchers
Responsiveness
- -Median issue response
- 2hMedian PR merge time
- 1Open issues
Repository files50 root entries
- .githubGood: CI is configured (.github/workflows/docker-build.yml).
- AppEnvironment
- Contracts
- deploy
- Domain
- Domain.TestsGood: Test files detected (Domain.Tests/AggregateTests.cs).
- EchoGood: 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
- .gitignoreGood: .gitignore present.
- CLA.md
- compose.yaml
- docker-compose.tests.yml
- Echo.slnGood: Dependency manifest found (Echo.sln).
- init-multiple-dbs.sh
- LICENSEGood: Licensed under AGPL-3.0.
- nginx.conf
- 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.Good: README documents how to run the project.
- solution_coverage.xml
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://repo-grade.com/report/alpinebits-ch/alpinebackend)