Contributing¶
Thanks for helping with OneSearch. Small, focused changes are easiest to review.
Before you start¶
Check existing issues and discussions so you do not duplicate work. For bigger changes, open an issue first and describe the use case.
Local setup¶
Backend and frontend setup live in separate guides:
Quick version:
Backend:
Frontend:
Before opening a PR¶
Run the checks that match your change.
Backend:
Frontend:
Docs:
PRs¶
Keep PRs focused. If you changed user-facing behavior, update docs and add a CHANGELOG.md entry.
A good PR description can be short. Just tell reviewers what changed and anything they should pay attention to.
Style notes¶
- Follow the surrounding code style.
- Prefer clear tests over clever tests.
- Do not add broad refactors to feature/bugfix PRs unless they are needed.
- Keep docs practical. Avoid marketing copy and empty filler.
Questions¶
Use GitHub Discussions for questions and GitHub Issues for bugs or concrete feature requests.