Hey there! 👋 Thanks for considering contributing to Whisper Notes Pro. We're excited to have you here!
- Fork the repo
- Clone your fork
- Create a branch for your changes
- Make your awesome changes
- Submit a PR
# Get the code
cd whisper-notes/app
pnpm install
pnpm run download-model # Important! You need this for speech recognition
pnpm tauri dev- Focus on one feature/fix per PR
- If you're adding a feature, update the README
- Test your changes before submitting
- Follow the existing code style
- Use meaningful variable/function names
- Add comments for complex logic
Keep them clear and descriptive. For example:
- ✨ Add dark mode support
- 🐛 Fix audio recording on M1 Macs
- 📝 Update documentation
- Bug fixes
- Performance improvements
- New features
- Documentation improvements
- UI/UX enhancements
- Open an issue for discussion
- Ask questions in your PR
- Tag maintainers if you're stuck
- Update the README.md if needed
- Test your changes
- Push to your fork
- Create a Pull Request
- Wait for review
- Be nice and respectful
- Help others when you can
- Have fun building cool stuff!
That's it! Thanks for contributing! 🎉