Popular and well-maintained. A little polish away from elite status.
๐ฎ A fully featured open source mail delivery platform for incoming & outgoing e-mail
Documentation
61
README documents how to install the project.
README is present.
Contributing guide is too short for full depth credit (โ6 pts). 400+ words earns the full +12 pts.
โ Add setup instructions, code style notes, and how to run tests.
Licensed under MIT.
Engineering
81
CI is configured (.github/workflows/ci.yml).
Test files detected (spec).
Lockfile present (Gemfile.lock). Installs are reproducible.
Ruby linting configured (.rubocop.yml).
Issue or PR templates present.
Project health
100
Dependency manifest found (Gemfile).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files33 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- app
- bin
- config
- db
- doc
- docker
- lib
- log
- public
- resource
- script
- specGood: Test files detected (spec).
- tmp
- vendor
- .dockerignore
- .gitignoreGood: .gitignore present.
- .release-please-manifest.json
- .rubocop.ymlGood: Ruby linting configured (.rubocop.yml).
- .ruby-version
- CHANGELOG.md
- config.ru
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (โ6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.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.Issue: Contributing guide lacks a testing section (โ8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Issue: Contributing guide lacks a PR workflow section (โ8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- GemfileGood: Dependency manifest found (Gemfile).
- Gemfile.lockGood: Lockfile present (Gemfile.lock). Installs are reproducible.
- MIT-LICENCE
- Procfile.dev
- Rakefile
- README.mdGood: README is present.Issue: README is fairly short (โ10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.Issue: README has little structure (โ15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.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.Issue: No status badges in the README (โ10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.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.
- release-please-config.json
- SECURITY.mdGood: Security policy present.