Contributing
🤝 Contributing
Steps to Contribute
- Fork the repository
- Create a new feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add your feature'
) - Push to your branch (
git push origin feature/YourFeature
) - Open a pull request