Community
GitHub
Source code, bug tracking, and pull requests. The canonical home of RoExpress development.
Repository: github.com/deaththestadium/roexpress
How to contribute
| What | How |
|---|---|
| Bug report | Open an issue with a minimal reproduction | version, handler code, client code, error output |
| Feature request | Open an issue tagged enhancement | explain the use case, not just the API shape |
| Pull request | Fork → branch → PR against main. Keep changes focused | one thing per PR |
| Documentation fix | Edit the relevant docs/pages/*.html file directly in GitHub and open a PR |
Good bug reports
- Version | output of
print(RoExpress.VERSION) - Reproduction | smallest handler + client that triggers the bug
- Expected | what you thought would happen
- Actual | full error with traceback, not just the last line
- Platform | Studio play test, published game, or local server
See also
Discord | ask before filing, often faster · Changelog | check if the bug is already fixed · Twitter / X | release announcements