Thanks for your interest in contributing!
- Fork the repository
- Create a branch:
git checkout -b feature/your-feature - Make changes and test
- Commit:
git commit -m "Add your feature" - Push:
git push origin feature/your-feature - Open a Pull Request
# Install dependencies
npm install
# Run in development
npm run tauri dev
# Build for production
npm run tauri build- Keep code clean and simple
- Test your changes before submitting
- Follow existing code style
- Update documentation if needed
Include:
- OS version
- Steps to reproduce
- Expected vs actual behavior
Open an issue or reach out on LinkedIn.