Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 690 Bytes

File metadata and controls

34 lines (26 loc) · 690 Bytes

Contributing to This Project

Thank you for your interest in contributing!

How to Contribute

Reporting Bugs

  1. Check existing issues
  2. Create a new issue with details
  3. Include steps to reproduce

Suggesting Features

  1. Check existing discussions
  2. Create a feature request
  3. Explain the use case

Pull Requests

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes
  4. Commit with descriptive messages
  5. Push and submit a Pull Request

Development Setup

# Install dependencies
npm install

# Start development
npm run dev

License

By contributing, you agree to license under MIT License.