Files
backspace/.github/PULL_REQUEST_TEMPLATE.md
T
TheZwiss 3513a3dde9 docs: tighten public copy, add comparison, templates, and social preview
* docs: tighten README, CONTRIBUTING, and CLA prose

* docs: add platform comparison and README FAQ

* chore: add issue and pull request templates

* chore: add repository social preview image
2026-07-07 23:39:33 +02:00

1021 B

What this changes

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor or cleanup
  • Documentation
  • Other

Checklist

  • pnpm build succeeds (shared types, server, and web all build)
  • pnpm dev starts the server and web client without errors
  • Tests pass where applicable (pnpm test)
  • I updated the relevant docs/systems/ spec if this changed schema, API routes, WebSocket events, the federation protocol, permissions, or the design system
  • This change resolves the correct federated identity where it compares IDs, checks permissions, or talks to remote servers (no assumption of a single global user ID)
  • I have read and agree to the CLA

Notes for reviewers