Contributionsο
All contributions are welcome and appreciated! π
Whether itβs fixing a bug, improving documentation, or adding a new feature β every bit helps make this project better.
π οΈ How to Contributeο
Fork the repository on GitHub.
Clone your fork locally:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name
Create a new branch for your feature or fix:
git checkout -b feature/your-feature-name
Commit your changes with a clear and concise message:
git add . git commit -m "Add a short description of your changes"
Push your branch to your fork and open a Pull Request:
git push origin feature/your-feature-name