Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 803 Bytes

File metadata and controls

43 lines (30 loc) · 803 Bytes

Contributing to ClipStream

Thanks for your interest in contributing!

Quick Start

  1. Fork the repository
  2. Create a branch: git checkout -b feature/your-feature
  3. Make changes and test
  4. Commit: git commit -m "Add your feature"
  5. Push: git push origin feature/your-feature
  6. Open a Pull Request

Development Setup

# Install dependencies
npm install

# Run in development
npm run tauri dev

# Build for production
npm run tauri build

Guidelines

  • Keep code clean and simple
  • Test your changes before submitting
  • Follow existing code style
  • Update documentation if needed

Bug Reports

Include:

  • OS version
  • Steps to reproduce
  • Expected vs actual behavior

Questions?

Open an issue or reach out on LinkedIn.