Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

65 lines (45 loc) · 1.11 KB

🤝 Contributing to Modern Dating App

First off, thanks for taking the time to contribute! 🎉

🚀 Quick Start

  1. Fork the repository
  2. Clone your fork
  3. Create a new branch
  4. Make your changes
  5. Run tests
  6. Submit a PR

💻 Development Setup

# Install dependencies
pnpm install

# Run development server
pnpm dev

# Run tests
pnpm test

🎯 What We're Looking For

  • 🐛 Bug fixes
  • ✨ New features
  • 📚 Documentation improvements
  • 🎨 UI/UX enhancements
  • ⚡ Performance improvements

📝 Commit Convention

We use Conventional Commits:

  • feat: New features
  • fix: Bug fixes
  • docs: Documentation
  • style: Code style
  • refactor: Code refactoring
  • test: Testing
  • chore: Maintenance

🔍 Pull Request Process

  1. Update documentation
  2. Add tests if needed
  3. Ensure CI passes
  4. Get review from maintainers
  5. Merge! 🎉

📜 Code of Conduct

Please read our Code of Conduct.

💭 Questions?

Open an issue or join our Discord community.


Happy coding! 🚀