Thanks for contributing to Reality Launcher Client.
- Bun 1.x
- Node.js 20+
- Rust stable
bun install
cd native && bun install && bun run build && cd ..Run in development:
bun run devRun the same checks as CI:
bun run ci:checkIf you changed native code, also run:
cd native && bun run build- Keep PRs focused and small.
- Describe the problem and the fix clearly.
- Link related issues (for example
Fixes #123). - Include screenshots/videos for UI changes.
- Update docs when behavior or configuration changes.
No strict format is required, but concise, descriptive commits are preferred.
Use the bug report issue template and include:
- OS + version
- App version / commit SHA
- Reproduction steps
- Expected vs actual behavior
- Logs/screenshots when possible