Skip to content

💡 Contributing

Follow these steps to get involved:

1️⃣ Fork this repository to your GitHub account.

2️⃣ Create a new branch for your feature or fix:

   git checkout -b feature/YourFeatureName
3️⃣ Make your changes and commit them:
   git commit -m "Add YourFeatureName"
4️⃣ Push the changes to your branch:
   git push origin feature/YourFeatureName
5️⃣ Submit a Pull Request to propose your changes.

🙏 Thank you for helping make this project better!