Thanks for your interest in contributing!
- Fork the repository
- Clone your fork
- Create a branch:
git checkout -b my-feature - Make your changes
- Test locally
- Commit:
git commit -m "feat: description" - Push:
git push origin my-feature - Open a Pull Request
cd desktop
dotnet build
dotnet runRequires .NET 10 SDK.
Use Conventional Commits:
feat:— New featurefix:— Bug fixdocs:— Documentationstyle:— Formatting, no code changerefactor:— Code restructuringtest:— Adding testschore:— Maintenance
Prefix with the app name for clarity:
feat(desktop): add clipboard monitoring
fix(mobile): fix login flow on iOS
Releases are created via Git tags:
- Desktop:
desktop-v1.0.0 - Mobile:
mobile-v1.0.0
GitHub Actions will automatically build and publish releases.
Be respectful and constructive. We're all here to build something great.