A major project that has gone quiet. Signs of life would reassure users.
Haptic input knob with software-defined endstops and virtual detents
Documentation
76
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README is present.
README documents how to install the project.
Licensed under Other.
Engineering
64
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/electronics.yml).
Lockfile present (proto/Pipfile.lock). Installs are reproducible.
Test files detected (firmware/test).
Linter or formatter configured (software/js/packages/example-cli/.eslintrc).
Project health
75
No pushes in over 2 years. Looks unmaintained (−95 pts).
→ A recent commit signals the project is alive and worth using.
Dependency manifest found (proto/Pipfile).
Repository has a description.
.gitignore present.
Repository files17 root entries
- .githubGood: CI is configured (.github/workflows/electronics.yml).
- .vscode
- cad
- doc
- electronics
- firmwareGood: Test files detected (firmware/test).
- protoGood: Lockfile present (proto/Pipfile.lock). Installs are reproducible.Good: Dependency manifest found (proto/Pipfile).
- scripts
- softwareGood: Linter or formatter configured (software/js/packages/example-cli/.eslintrc).
- thirdparty
- util
- __init__.py
- .gitignoreGood: .gitignore present.
- .gitmodules
- LICENSE.txtGood: Licensed under Other.
- platformio.ini
- 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.