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

Joseph Shenton Maintainer

@moderniselife • Creator & maintainer

Architecture, providers, bridges, SQLite, releases

298 commits
Sam Truman

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

  1. Fork → `git checkout -b feat/xyz`
  2. `bun install && bun run build`
  3. `bun run typecheck && bun test`
  4. Push → PR against `develop`
  5. 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