# Contributing Guidelines
Thank you for your interest in contributing! 🎉
We welcome contributions of all kinds — from bug fixes, feature integration and documentation updates to new features.
---
## 🐛 Reporting Issues
- If not, open a new issue with:
- A clear title and description.
- Steps to reproduce (for bugs).
- Suggested improvements (for features).
---
## 🛠 Making Changes
1. **Fork** the repository.
2. **Create a branch** for your work:
```bash
git checkout -b feature/your-feature-name