90
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
Connect suppliers, distributors and consumers to trade local produce.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
90
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under AGPL-3.0.
Engineering
88
Test files detected (docker/test).
CI is configured (.github/workflows/build.yml).
Ruby linting configured (.prettierrc.json).
Lockfile present (Gemfile.lock). Installs are reproducible.
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (Gemfile).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 190 / 762Commits (30d / 90d)
- 793Forks
- 426Releaseslatest 11y ago
Community
- 75% - GoodCommunity health
- 6 bus factorauthors own >50% of commits
- 1,252Watchers
Responsiveness
- 1d 13hMedian issue response
- 14d 17hMedian PR merge time
- 666Open issues
Repository files60 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Dependabot covers 6 ecosystems (bundler, npm, bundler, npm, bundler, npm). Dependencies stay current.Good: Issue or PR templates present.
- .tx
- app
- bin
- config
- db
- doc
- dockerGood: Test files detected (docker/test).
- engines
- lib
- log
- public
- reports
- script
- spec
- swagger
- vendor
- .dockerignore
- .envIssue: Build artifacts or local files may be committed (.env) (−40 pts).Fix: Remove them and add to .gitignore.
- .env.development
- .env.test
- .foreman
- .gitattributes
- .gitignoreGood: .gitignore present.
- .haml-lint_todo.yml
- .haml-lint.yml
- .mailmap
- .node-version
- .prettierignore
- .prettierrc.jsonGood: Ruby linting configured (.prettierrc.json).
- .rspec
- .rubocop_relaxed_styleguide.yml
- .rubocop_rspec_styleguide.yml
- .rubocop_styleguide.yml
- .rubocop_todo.yml
- .rubocop.yml
- .ruby-gemset
- .ruby-version
- .secrets.example
- .simplecov
- .undercover
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- compose.yaml
- config.ru
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.ubuntu
- GemfileGood: Dependency manifest found (Gemfile).
- Gemfile.lockGood: Lockfile present (Gemfile.lock). Installs are reproducible.
- GETTING_STARTED.md
- jest.config.js
- knapsack_rspec_report.json
- LICENCE.txtGood: Licensed under AGPL-3.0.
- package.json
- postcss.config.js
- Procfile
- Procfile.docker
- Rakefile
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.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.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- yarn.lock
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/openfoodfoundation/openfoodnetwork)