- Report Bugs: Open an issue with steps to reproduce
- Suggest Features: Create an issue with your idea
- Improve Docs: Fix typos or unclear parts
- Code: Pick an issue or suggest improvements
- Localization: Help with translations (Guide)
- Fork & clone the repo
- Create a branch:
git checkout -b your-feature - Run the app (see README)
- Make your changes & test:
flutter test - Push and open a PR to
develop
- Follow Dart style guide
- VS Code settings are pre-configured for style
- Keep commits and PRs focused
- Be friendly and respectful
- Check the
/docsdirectory for detailed documentation about the app's architecture and features
Need help? Check the README, docs, or open an issue.