Fresh project with a decent start. Tests and CI now will set it apart.
The UltimateDonutSMP replica - Premium & Optimized plugin | Folia Paper Spigot support
Documentation
45
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
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 documents how to install the project.
README is present.
Engineering
54
No Java/Kotlin linter configured.
→ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.
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/build.yml).
Lockfile present (discord-bot-example/package-lock.json). Installs are reproducible.
Test files detected (src/test).
Project health
84
No .gitignore found (−60 pts).
→ Add a .gitignore to keep build output, node_modules, and secrets out of version control.
Dependency manifest found (pom.xml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 8Forks
- 12Releaseslatest 24d ago
Community
- —Community health
- —authors own >50% of commits
- 6Watchers
Responsiveness
- 7hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files12 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).
- discord-bot-exampleGood: Lockfile present (discord-bot-example/package-lock.json). Installs are reproducible.Issue: Build artifacts or local files may be committed (discord-bot-example/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- folia
- images
- main
- scripts
- srcGood: Test files detected (src/test).
- build-folia.bat
- build-paper&spigot.bat
- dependency-reduced-pom.xml
- pom.xmlGood: Dependency manifest found (pom.xml).
- 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.