Community
Built by contributors
SchröDrive is open source under MIT. Every commit, issue, and PR makes it better. Live data from GitHub — updated hourly.
—
Contributors
—
Commits
11
Providers
MIT
License
Live Contributorsvia GitHub API • hourly cache
Joseph Shenton Maintainer
@moderniselife • Creator & maintainer
Architecture, providers, bridges, SQLite, releases
298 commits
Sam Truman Contributor
@samtruman • WebDAV, AllDebrid, *arr bridge
8 commits across 5 PRs
11 commits
Contributing GuidelinesView on GitHub
Live doc — mirrors CONTRIBUTING.md on `develop`. PRs must be small, tested, and documented.
Ground Rules
- TypeScript + Bun — `bun >=1.2`, no Node-only APIs
- One concern per PR, <400 lines when possible
- Tests required — `bun run typecheck && bun test` must pass
- No secrets in commits — `.env` and `data/*.db` are ignored
- Shared utils in `src/core/utils.ts` — no copy-paste
Workflow
- Fork → `git checkout -b feat/xyz`
- `bun install && bun run build`
- `bun run typecheck && bun test`
- Push → PR against `develop`
- One-time if needed: `bun run fix:history`
Want to be listed here?
Fork the repo, create a branch, submit a PR. Once merged, you appear here and in `CONTRIBUTORS.md` automatically.
Contribute on GitHub