# Contributing to Sticky Bottom Cart Bar

Thank you for considering contributing to **Sticky Bottom Cart Bar**! Your help is appreciated and essential to improving this plugin. Whether you're fixing bugs, improving documentation, or suggesting new features — every bit helps.

## 🛠️ How to Contribute

### 1. Fork the Repository
Click the "Fork" button in the upper right corner of the GitHub page to create your own copy of the repository.

### 2. Clone Your Fork
```bash
git clone https://github.com/alamin-karno/sticky-bottom-cart-bar.git
cd sticky-bottom-cart-bar
```

### 3. Create a Branch
Create a new branch for your changes:
```bash
git checkout -b feature/your-feature-name
```

### 4. Make Your Changes
Make your changes in the codebase. Ensure that your code adheres to the existing style and conventions used in the project.
- For bug fixes, please include a clear description and steps to reproduce the issue.
- For new features, explain the motivation and use case behind your suggestion.
- Make sure your code follows WordPress and WooCommerce coding standards.

### 5. Commit and Push
```bash
git add .
git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature-name
```

### 6. Submit a Pull Request
Open a pull request against the `main` branch. Please provide a clear description of what you’ve done and why.

### 7. Code Review
Once you submit your pull request, it will be reviewed by the maintainers. They may suggest changes or improvements. Please be responsive to feedback and make necessary adjustments.

### 8. Merge
Once your pull request is approved, it will be merged into the main branch. You will be notified when this happens.

## ✅ Code Guidelines
- Follow [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).
- Use descriptive commit messages.
- Test your code on a local WordPress + WooCommerce installation.

## 💬 Need Help?
If you're unsure about anything, feel free to [open an issue](https://github.com/alamin-karno/sticky-bottom-cart-bar/issues) or contact the maintainer via [email](mailto:alamin.karno@gmail.com).

**Thank you for helping improve Sticky Bottom Cart Bar! ❤️**