Popular and well-maintained. A little polish away from elite status.
The Serenity Operating System ๐
Documentation
65
No install instructions found in the README (โ45 pts).
โ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under BSD-2-Clause.
Engineering
67
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.
CI is configured (.github/workflows/ci.yml).
Test files detected (Base/home/anon/Tests).
Lockfile present (Tests/ClangPlugins/requirements.txt). Installs are reproducible.
Linter or formatter configured (.editorconfig).
Project health
100
Dependency manifest found (Tests/ClangPlugins/requirements.txt).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files30 root entries
- .devcontainer
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot configured for github-actions.
- AK
- BaseGood: Test files detected (Base/home/anon/Tests).
- Documentation
- Kernel
- Ladybird
- Meta
- Ports
- TestsGood: Lockfile present (Tests/ClangPlugins/requirements.txt). Installs are reproducible.Good: Dependency manifest found (Tests/ClangPlugins/requirements.txt).
- ToolchainGood: Environment pinned via Toolchain/Dockerfile.
- Userland
- .clang-format
- .clang-tidy
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gn
- .mailmap
- .pre-commit-config.yaml
- .prettierignore
- .prettierrc
- .ycm_extra_conf.py
- CMakeLists.txt
- 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.Good: Contributing guide includes code examples.
- flake.lock
- flake.nix
- LICENSEGood: Licensed under BSD-2-Clause.
- 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.Issue: No install instructions found in the README (โ45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (โ45 pts).Fix: Add a section showing how to start or use the project.
- SECURITY.mdGood: Security policy present.