Contributions are very welcome.
- Open an issue for bugs, UX friction, or feature requests.
- Open a PR if you want to implement a feature directly.
- Community-driven improvements are prioritized, and high-quality PRs are encouraged.
If you want to contribute but are unsure where to start, open an issue and describe what you want to build. You can also join the Discord to talk through ideas first.
See LOCAL_DEVELOPMENT.md for how to run the app locally.
- Keep PRs focused: one feature or fix per PR.
- For larger features, open an issue first so we can align on the approach before you invest time.
- Make sure
pnpm ci:checkpasses before requesting review.