-
-
Notifications
You must be signed in to change notification settings - Fork 0
Development and Contributing
Masyukov Pavel edited this page May 24, 2026
·
1 revision
For contribution basics, see CONTRIBUTING.md.
-
mainis the default integration branch. - Use short-lived feature/fix branches.
- Keep pull requests focused to a single concern.
Before opening PR:
- Build project successfully.
- Validate primary user flows manually.
- Confirm localization updates in both supported languages.
- Ensure no sensitive data or generated artifacts are committed.
Good PR:
- One feature or one bugfix.
- Includes docs updates where relevant.
- Includes before/after screenshots for UI changes.
Avoid PRs that mix unrelated refactors, style-only changes, and feature work.
Use concise, action-oriented messages:
Fix scene phase auth raceAdd backup import error statesImprove QR scanner payload validation