90

/ 100

GradeA

A well-known project done right. Strong docs and solid engineering throughout.

Top 12% of 5,156 graded repos

Connect suppliers, distributors and consumers to trade local produce.

Ruby1,252AGPL-3.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

9 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

90

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt92

Contributing guide is detailed and thorough.

License6pt100

Licensed under AGPL-3.0.

Engineering

88

Tests18pt80

Test files detected (docker/test).

CI/CD14pt85

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

Linting and formatting5pt100

Ruby linting configured (.prettierrc.json).

Reproducibility6pt100

Lockfile present (Gemfile.lock). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (Gemfile).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 190 / 762
    Commits (30d / 90d)
  • 793
    Forks
  • 426
    Releaseslatest 11y ago

Community

  • 75% - Good
    Community health
  • 6 bus factor
    authors own >50% of commits
  • 1,252
    Watchers

Responsiveness

  • 1d 13h
    Median issue response
  • 14d 17h
    Median PR merge time
  • 666
    Open issues
Repository files60 root entries
  • .github
    Good: 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
  • docker
    Good: Test files detected (docker/test).
  • engines
  • lib
  • log
  • public
  • reports
  • script
  • spec
  • swagger
  • vendor
  • .dockerignore
  • .env
    Issue: Build artifacts or local files may be committed (.env) (−40 pts).Fix: Remove them and add to .gitignore.
  • .env.development
  • .env.test
  • .foreman
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .haml-lint_todo.yml
  • .haml-lint.yml
  • .mailmap
  • .node-version
  • .prettierignore
  • .prettierrc.json
    Good: 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.md
    Good: Code of conduct present.
  • compose.yaml
  • config.ru
  • CONTRIBUTING.md
    Good: 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.
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.ubuntu
  • Gemfile
    Good: Dependency manifest found (Gemfile).
  • Gemfile.lock
    Good: Lockfile present (Gemfile.lock). Installs are reproducible.
  • GETTING_STARTED.md
  • jest.config.js
  • knapsack_rspec_report.json
  • LICENCE.txt
    Good: Licensed under AGPL-3.0.
  • package.json
  • postcss.config.js
  • Procfile
  • Procfile.docker
  • Rakefile
  • README.md
    Good: 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
RepoGrade badge preview

Add this badge to your README

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

[![RepoGrade](https://www.repo-grade.com/api/badge/openfoodfoundation/openfoodnetwork)](https://www.repo-grade.com/report/openfoodfoundation/openfoodnetwork)

More graded Ruby repos