# 🤝 Contributing

Welcome! We're excited to have you contribute to our project.

## 🚀 Quick Start

1. **Fork** the repository
2. **Clone** your fork
   ```bash
   git clone https://github.com/your-username/project-name.git
   ```
3. **Create** your feature/bugfix branch
   ```bash
   git checkout -b feature/amazing-feature
   ```
4. **Code** your changes
5. **Push** to your branch on origin
   ```bash
   git push origin feature/amazing-feature
   ```
6. Open a **Pull Request**

## 📋 Guidelines

### 💬 Commits

- **Clear messages**: Explain what changed
- **One topic**: One feature/bugfix per commit

### 💻 Code Style

- Use **double quotes** for strings
- Follow **existing** code formatting
- Add **comments** for complex logic
- Remove **debug** code before committing

### 🔍 Pull Requests

- **Link** related issues
- **Describe** your changes clearly
- **Update** documentation if needed

## ❓ Questions?

Open an [issue](../../issues) or start a [discussion](../../discussions) if you need help.

## 📜 License

By contributing, you agree that your contributions will be licensed under the project's license.

---

Happy coding! 🎉
